Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
#57: Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Nov 11, 2020
1 parent 2682078 commit 1f6c5d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rkd/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def check_call(command: str, script_to_show: Optional[str] = '', use_subprocess:
:param command: Command to execute
:param script_to_show: Command to show that it failed
:param use_subprocess: Use subprocess.check_call() directly. Could simplify some cases.
:return:
"""

Expand Down

0 comments on commit 1f6c5d9

Please sign in to comment.