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:
Justin McWilliams
2011-04-04 21:39:42 +00:00
parent 3f3a3b4dfd
commit b20b212431
+1 -1
View File
@@ -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.