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 5cac6c9 commit 06e4e3eCopy full SHA for 06e4e3e
Scripts/PinAPL.py
@@ -196,4 +196,7 @@
196
os.system('cp configuration.yaml '+LogFileDir)
197
os.system('cp PinAPL-Py.log '+LogFileDir)
198
os.chdir(WorkingDir)
199
-os.system('cp DataSheet.xlsx '+LogFileDir)
+os.system('cp DataSheet.xlsx '+LogFileDir)
200
+
201
+# Status message
202
+print('LOADING RESULTS PAGE. PLEASE STAND BY...')
0 commit comments