Skip to content
Snippets Groups Projects
Commit f097bcaa authored by Michael Langguth's avatar Michael Langguth
Browse files

Added just a print for logging.

parent 233c79da
No related branches found
No related tags found
No related merge requests found
......@@ -192,6 +192,7 @@ class MetaData:
pass
else:
# write dictionary to file
print(method_name+": Write dictionary to json-file: '"+js_file+"'")
with open(meta_fname,'w') as js_file:
json.dump(meta_dict,js_file)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment