Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
squad-get-testlog: ensure using python from the environment
Browse files Browse the repository at this point in the history
As python supports virtual environments, using /usr/bin/env python will
make sure that your scripts runs inside the virtual environment, if you
are inside one. Whereas, /usr/bin/python will run outside the virtual
environment.

Signed-off-by: Anders Roxell <[email protected]>
  • Loading branch information
roxell committed Apr 17, 2024
1 parent b8c49c7 commit 5700ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion squad-get-testlog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import requests
import json
import sys
Expand Down

0 comments on commit 5700ae3

Please sign in to comment.