Skip to content

Commit

Permalink
Merge pull request #6098 from thesayfulla/main
Browse files Browse the repository at this point in the history
added shebang to run python scripts
  • Loading branch information
sylvestre authored Mar 20, 2024
2 parents 597a29b + 9cfdf40 commit ee1740e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion util/compare_gnu_result.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/python
#!/usr/bin/env python3

"""
Compare the current results to the last results gathered from the main branch to highlight
Expand Down
1 change: 1 addition & 0 deletions util/size-experiment.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# spell-checker:ignore debuginfo
import subprocess
from itertools import product
Expand Down

0 comments on commit ee1740e

Please sign in to comment.