diff --git a/lib/vsc/utils/run.py b/lib/vsc/utils/run.py index f23a3d5a..a845c5d8 100644 --- a/lib/vsc/utils/run.py +++ b/lib/vsc/utils/run.py @@ -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)