We use sys here too
This commit is contained in:
parent
3b955cc823
commit
151e3b134e
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
import subprocess
|
||||
import os
|
||||
import shutil
|
||||
import sys
|
||||
|
||||
def _doRunCommand(command, logger, rundir='/tmp', output=subprocess.PIPE, error=subprocess.PIPE, env=None):
|
||||
"""Run a command and log the output. Error out if we get something on stderr"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue