We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0c40f commit db1ea9bCopy full SHA for db1ea9b
Utilities/Python/FDS_validation_script.py
@@ -5,6 +5,7 @@
5
import importlib
6
import runpy
7
importlib.reload(fdsplotlib) # use for development (while making changes to fdsplotlib.py)
8
+print("Using:", fdsplotlib.__file__)
9
10
# If there is an error in one of the sub-scripts, print the message but do not stop the main script.
11
0 commit comments