Skip to content

Commit

Permalink
Merge branch 'tickets/DM-36721'
Browse files Browse the repository at this point in the history
  • Loading branch information
leeskelvin committed Nov 1, 2022
2 parents b9dab49 + 34f342d commit cd6daec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/lsst/ctrl/mpexec/cmdLineFwk.py
Original file line number Diff line number Diff line change
Expand Up @@ -594,12 +594,13 @@ def makeGraph(self, pipeline: Pipeline, args: SimpleNamespace) -> Optional[Quant
else:
if _LOG.isEnabledFor(logging.INFO):
qg_task_table = self._generateTaskTable(qgraph)
qg_task_table_formatted = "\n".join(qg_task_table.pformat_all())
_LOG.info(
"QuantumGraph contains %d quanta for %d tasks, graph ID: %r\n%s",
nQuanta,
len(qgraph.taskGraph),
qgraph.graphID,
str(qg_task_table),
qg_task_table_formatted,
)

if args.save_qgraph:
Expand Down

0 comments on commit cd6daec

Please sign in to comment.