Skip to content

Commit

Permalink
TBS
Browse files Browse the repository at this point in the history
  • Loading branch information
hsinfang committed Dec 2, 2024
1 parent 26ee62b commit 3256d52
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/activator/middleware_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -1295,9 +1295,7 @@ def _try_pipelines(self, pipelines, in_collections, data_ids, *, label):
raise PipelinePreExecutionError(f"PreExecInit failed for {pipeline_file}.") from e
_log.info(f"Running '{pipeline_file}' on {data_ids}")
for quantum_node in qgraph.inputQuanta:
for refs in quantum_node.quantum.inputs.values():
if len(refs) > 0:
_log.debug(f"Running with input dataset {refs[0]}")
_log.debug(f"Running with input datasets {quantum_node.quantum.inputs.values()}")
try:
with lsst.utils.timer.time_this(
_log, msg=f"executor.run_pipeline ({label})", level=logging.DEBUG):
Expand Down

0 comments on commit 3256d52

Please sign in to comment.