Skip to content
Snippets Groups Projects
Commit 832ec4fc authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Merge branch 'fsr-segfault' into 'master'

Only write FSRs if we have an output file

See merge request !871
parents 224b5ae2 fdfa8abf
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 #5318659 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