Skip to content

Commit

Permalink
Fix python shebang
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
  • Loading branch information
LecrisUT committed Feb 22, 2024
1 parent 2ce74a7 commit bf954ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test-suite/clean_tests
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""
This script runs the tests either asking interactively if you want to run
only one, or runs them all with the proper command-line options.
Expand Down
2 changes: 1 addition & 1 deletion test-suite/run_tests
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""
This script runs the tests either asking interactively if you want to run
only one, or runs them all with the proper command-line options.
Expand Down

0 comments on commit bf954ab

Please sign in to comment.