Skip to content

Commit

Permalink
Fix inaccurate documentation of parseAndRun.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Jul 30, 2019
1 parent 0ee56d7 commit b2033c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/lsst/pipe/base/cmdLineTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,9 @@ def parseAndRun(cls, args=None, config=None, log=None, doReturnResults=False):
`lsst.pipe.base.ArgumentParser.parse_args` method.
- ``taskRunner``: the task runner used to run the task (an instance of `Task.RunnerClass`).
- ``resultList``: results returned by the task runner's ``run`` method, one entry per invocation.
This will typically be a list of `None` unless ``doReturnResults`` is `True`;
see `Task.RunnerClass` (`TaskRunner` by default) for more information.
This will typically be a list of `Struct` containing at least an
``exitStatus`` member; see `Task.RunnerClass` (`TaskRunner` by
default) for more information.
Notes
-----
Expand Down

0 comments on commit b2033c7

Please sign in to comment.