mirror of
https://github.com/munki/munki.git
synced 2026-04-23 21:40:25 -05:00
Fix utils.runExternalScript docstring to match change in r1092.
git-svn-id: http://munki.googlecode.com/svn/trunk@1093 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -98,7 +98,7 @@ def runExternalScript(script, *args):
|
||||
script: string path to the script to execute.
|
||||
args: args to pass to the script.
|
||||
Returns:
|
||||
Tuple. (integer exit status from script, str output).
|
||||
Tuple. (integer exit status from script, str stdout, str stderr).
|
||||
Raises:
|
||||
ScriptNotFoundError: the script was not found at the given path.
|
||||
RunExternalScriptError: there was an error running the script.
|
||||
|
||||
Reference in New Issue
Block a user