Skip to content

Commit

Permalink
Add missing function signature comment (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Mar 11, 2024
1 parent 34420c4 commit 41bd7d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custodian/custodian.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ def __init__(
running job. If None, the default is to call Popen.terminate.
terminate_on_nonzero_returncode (bool): If True, a non-zero return
code on any Job will result in a termination. Defaults to True.
directory (str): The directory to run the jobs in. Defaults to
the current working directory.
**kwargs: Any other kwargs are ignored. This is to allow for easy
subclassing and instantiation from a dict.
"""
Expand Down

0 comments on commit 41bd7d5

Please sign in to comment.