Updated raise_err sysdoc in cmdrun.run

This commit is contained in:
Alexandru Bleotu 2017-07-25 21:46:52 +01:00
parent 0f3d784c0f
commit 5cd71c0036

View File

@ -874,8 +874,9 @@ def run(cmd,
:param bool encoded_cmd: Specify if the supplied command is encoded.
Only applies to shell 'powershell'.
:pram bool raise_err: Specifies whether to raise a CommandExecutionError.
If False, the error will be logged. Default is False.
:param bool raise_err: Specifies whether to raise a CommandExecutionError.
If False, the error will be logged, but no exception will be raised.
Default is False.
.. warning::
This function does not process commands through a shell