Skip to content

Commit

Permalink
Update comments for run/runDataRef change.
Browse files Browse the repository at this point in the history
  • Loading branch information
czwa committed Aug 3, 2018
1 parent 1ed0715 commit bb6085c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/pipe/drivers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ButlerTaskRunner(TaskRunner):
"""Get a butler into the Task scripts"""
@staticmethod
def getTargetList(parsedCmd, **kwargs):
"""Task.run should receive a butler in the kwargs"""
"""Task.runDataRef should receive a butler in the kwargs"""
return TaskRunner.getTargetList(parsedCmd, butler=parsedCmd.butler, **kwargs)


Expand Down

0 comments on commit bb6085c

Please sign in to comment.