Skip to content
Snippets Groups Projects
Commit 22ed9436 authored by Laurent Mercadier's avatar Laurent Mercadier
Browse files

Displays runFolder when loading if display is True

parent 0780cbfc
No related branches found
No related tags found
No related merge requests found
...@@ -399,6 +399,7 @@ def load(fields, runNB, proposalNB, subFolder='raw', display=False, validate=Fal ...@@ -399,6 +399,7 @@ def load(fields, runNB, proposalNB, subFolder='raw', display=False, validate=Fal
if validate: if validate:
get_ipython().system('karabo-data-validate ' + runFolder) get_ipython().system('karabo-data-validate ' + runFolder)
if display: if display:
print('Loading data from {}'.format(runFolder))
run.info() run.info()
keys = [] keys = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment