Skip to content
Snippets Groups Projects
Commit 7f68f8fc authored by Wouter Klijn's avatar Wouter Klijn
Browse files

Task #3543: big fix

parent 50af89be
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@ class msss_target_pipeline(control):
target_path = os.path.join(copier_map_path, "target_instruments.map")
store_data_map(target_path, target_map)
raise Exception(target_path)
raise Exception(str(instrument_map) + "\n" + str(target_map) + "\n" + str(input_data_map))
copied_files_path = os.path.join(copier_map_path, "copied_instruments.map")
new_instrument_map = self.run_task("copier",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment