Skip to content

Commit

Permalink
Switch bool logs to do_store_logs in pipe_base function call
Browse files Browse the repository at this point in the history
  • Loading branch information
eigerx committed Nov 7, 2023
1 parent 8caecd3 commit 0fe5b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ctrl/mpexec/cli/script/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ def report(butler_config: str, qgraph_uri: str, output_yaml: str, logs: bool = T
butler = Butler.from_config(butler_config, writeable=False)
qgraph = QuantumGraph.loadUri(qgraph_uri)
report = QuantumGraphExecutionReport.make_reports(butler, qgraph)
report.write_summary_yaml(butler, output_yaml, logs=logs)
report.write_summary_yaml(butler, output_yaml, do_store_logs=logs)

0 comments on commit 0fe5b8c

Please sign in to comment.