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

Ensure virtual environments #41

Merged
merged 3 commits into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion squad-compare-builds
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# vim: set ts=4
#
Expand Down
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
2 changes: 1 addition & 1 deletion squad-local-bisect
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# vim: set ts=4
#
Expand Down
Loading