Skip to content
Snippets Groups Projects
Commit fdfa8abf authored by Chris Burr's avatar Chris Burr
Browse files

Only write FSRs if we have an output file

parent 224b5ae2
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!871Only write FSRs if we have an output file
Pipeline #5318321 passed
......@@ -177,7 +177,7 @@ def add_davinci_configurables(options, user_algorithms, public_tools):
dvMainFlow = apply_filters(options, user_algorithms)
fsrAlgs = {}
if options.write_fsr:
if options.write_fsr and options.output_file:
if options.simulation:
fsrAlgs.update({"GenFSR": define_fsr_writer(options)})
......
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