From fd38f97f525f5ded7414bdce17c8d36f09bae9fb Mon Sep 17 00:00:00 2001 From: Jim Bosch Date: Mon, 7 Aug 2023 13:54:47 -0400 Subject: [PATCH] Update python/lsst/ctrl/mpexec/singleQuantumExecutor.py SQUASH, DO NOT MERGE Co-authored-by: Tim Jenness --- python/lsst/ctrl/mpexec/singleQuantumExecutor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lsst/ctrl/mpexec/singleQuantumExecutor.py b/python/lsst/ctrl/mpexec/singleQuantumExecutor.py index 830c7714..10ae1783 100644 --- a/python/lsst/ctrl/mpexec/singleQuantumExecutor.py +++ b/python/lsst/ctrl/mpexec/singleQuantumExecutor.py @@ -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) continue if len(newRefsForDatasetType) != len(refsForDatasetType): anyChanges = True