1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00

Use /usr/bin/env

This commit is contained in:
Mo 2022-09-08 00:12:55 +02:00
parent 21a8476069
commit 45734aa65d
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
import subprocess # nosec 404 import subprocess # nosec 404

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
import subprocess # nosec 404 import subprocess # nosec 404
import sys import sys