Skip to content

Commit

Permalink
Merge pull request #12755 from rmcdermo/master
Browse files Browse the repository at this point in the history
Python: run python instead of python3
  • Loading branch information
rmcdermo authored Apr 5, 2024
2 parents 35d959e + a208fd7 commit 9743202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Utilities/Python/FDS_verification_script.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!$FIREMODELS/fds/.github/fds_python_env/bin/python3
#!$FIREMODELS/fds/.github/fds_python_env/bin/python
# McDermott
# 2 April 2024

import subprocess

# Scripts to run prior to dataplot

print("ignition_delay..."); subprocess.run(["python3","./scripts/ignition_delay.py"])
print("ignition_delay..."); subprocess.run(["python","./scripts/ignition_delay.py"])

# Dataplot and scatplot options

Expand Down

0 comments on commit 9743202

Please sign in to comment.