Skip to content
Snippets Groups Projects
Commit e6fe00cb authored by Rubel's avatar Rubel
Browse files

Extending nexus paser input by nomad_logger.

parent 37814fee
No related tags found
No related merge requests found
......@@ -112,7 +112,8 @@ class NexusDataConverter(EntryData):
'input_file': [
os.path.join(raw_path, file)
for file in archive.data.input_files],
'output': os.path.join(raw_path, archive.data.output)
'output': os.path.join(raw_path, archive.data.output),
'logger_': logger
}
try:
convert(**converter_params)
......
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