Skip to content

Commit abaec93

Browse files
authored
Merge pull request #15722 from rmcdermo/master
Python: report exact path of fdsplotlib for FDS_validation_script.py
2 parents 7270430 + db1ea9b commit abaec93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Utilities/Python/FDS_validation_script.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import importlib
66
import runpy
77
importlib.reload(fdsplotlib) # use for development (while making changes to fdsplotlib.py)
8+
print("Using:", fdsplotlib.__file__)
89

910
# If there is an error in one of the sub-scripts, print the message but do not stop the main script.
1011

0 commit comments

Comments
 (0)