Skip to content

Commit

Permalink
Merge pull request #272 from lsst/tickets/DM-41321
Browse files Browse the repository at this point in the history
DM-41321: Add try-except block to manifest checker so that failure to get butler logs does not make error reporting impossible
  • Loading branch information
eigerx authored Nov 7, 2023
2 parents 8caecd3 + 0fe5b8c commit b3351f9
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 b3351f9

Please sign in to comment.