Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
natelust committed Sep 28, 2020
1 parent a51902d commit 467e868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/ctrl/mpexec/singleQuantumExecutor.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def execute(self, taskDef, quantum, butler):
f"task={taskClass.__name__} dataId={quantum.dataId}.")
return

quantum = self.updateQuantumInputs(quantum, butler)
quantum = self.updatedQuantumInputs(quantum, butler)

# enable lsstDebug debugging
if self.enableLsstDebug:
Expand Down Expand Up @@ -198,7 +198,7 @@ def makeTask(self, taskClass, config, butler):
# call task factory for that
return self.taskFactory.makeTask(taskClass, config, None, butler)

def updateQuantumInputs(self, quantum, butler):
def updatedQuantumInputs(self, quantum, butler):
"""Update quantum with extra information, returns a new updated Quantum.
Some methods may require input DatasetRefs to have non-None
Expand Down

0 comments on commit 467e868

Please sign in to comment.