summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2024-10-07 11:11:54 +0700
committerGitHub <[email protected]>2024-10-07 11:11:54 +0700
commita13dbd4452c2ff80923df363a1468be50f56d2ed (patch)
treef3eb2c5b1e46a221163b63f410e5323c5e16c075 /src
parent6bfd02413785b8cdb3b4bb7e2f3851be0a50156e (diff)
parent616532892d913b7224806ed1e881b72ed66bb3e1 (diff)
Merge pull request #2809 from shuffle2/master
make all python files executable and standardize interpreter
Diffstat (limited to 'src')
-rwxr-xr-x[-rw-r--r--]src/portable/synopsys/dwc2/dwc2_info.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/portable/synopsys/dwc2/dwc2_info.py b/src/portable/synopsys/dwc2/dwc2_info.py
index e382ba011..33997ca19 100644..100755
--- a/src/portable/synopsys/dwc2/dwc2_info.py
+++ b/src/portable/synopsys/dwc2/dwc2_info.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python3
import click
import ctypes
import pandas as pd