Skip to content
Snippets Groups Projects
Commit 30ebb852 authored by Bob Lantz's avatar Bob Lantz
Browse files

errRun: add debug( results )

parent 959586bc
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,7 @@ def errRun( *cmd, **kwargs ):
poller.unregister( fd )
returncode = popen.wait()
debug( out, err, returncode )
return out, err, returncode
def errFail( *cmd, **kwargs ):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment