Skip to content

Commit

Permalink
clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
wdpypere committed Oct 27, 2024
1 parent e1a5ade commit 992bbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vsc/utils/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def __init__(self, cmd=None, **kwargs):
@param use_shell: use the subshell
@param shell: change the shell
@param env: environment settings to pass on
@param post_exitcode: log errors on non zero exitcode
@param post_exitcode: log errors on non zero exitcode (debug otherwise)
"""
self.input = kwargs.pop('input', None)
self.startpath = kwargs.pop('startpath', None)
Expand Down

0 comments on commit 992bbba

Please sign in to comment.