Skip to content

Commit

Permalink
Force Task to use kwargs for parameters other than config
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed May 3, 2023
1 parent 2bb33ac commit 623ec1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/pipe/base/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ class Task:
def __init__(
self,
config: Optional[Config] = None,
*,
name: Optional[str] = None,
parentTask: Optional[Task] = None,
log: Optional[Union[logging.Logger, lsst.utils.logging.LsstLogAdapter]] = None,
Expand Down

0 comments on commit 623ec1b

Please sign in to comment.