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 Apr 13, 2022
1 parent 7e88d4d commit 7fee363
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 @@ -174,6 +174,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 7fee363

Please sign in to comment.