Skip to content

Commit

Permalink
Update python/lsst/ctrl/mpexec/singleQuantumExecutor.py
Browse files Browse the repository at this point in the history
SQUASH, DO NOT MERGE

Co-authored-by: Tim Jenness <[email protected]>
  • Loading branch information
TallJimbo and timj authored Aug 7, 2023
1 parent 457dd3f commit fd38f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ctrl/mpexec/singleQuantumExecutor.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def updatedQuantumInputs(
# not actually produced upstream, but
# datastore misconfigurations can unfortunately also land
# us here.
_LOG.info("No dataset found for %s", ref)
_LOG.info("No dataset artifact found for %s", ref)

Check warning on line 411 in python/lsst/ctrl/mpexec/singleQuantumExecutor.py

View check run for this annotation

Codecov / codecov/patch

python/lsst/ctrl/mpexec/singleQuantumExecutor.py#L411

Added line #L411 was not covered by tests
continue
if len(newRefsForDatasetType) != len(refsForDatasetType):
anyChanges = True
Expand Down

0 comments on commit fd38f97

Please sign in to comment.