Skip to content

Commit

Permalink
use python3 shebang COSIMA/make_diag_table#4
Browse files Browse the repository at this point in the history
  • Loading branch information
aekiss committed Dec 6, 2021
1 parent 556fa1e commit ed398e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nmltab.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""
General-purpose tools to semantically tabulate, diff and superset Fortran namelist files.
Expand Down
2 changes: 1 addition & 1 deletion ocean/make_diag_table.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""
Generate MOM5 diag_table file from diag_table_source.yaml
Expand Down
2 changes: 1 addition & 1 deletion tidy_restarts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""
Tidy up restart directories - see argparse description below.
Expand Down

0 comments on commit ed398e6

Please sign in to comment.