Helps troubleshooting
This commit is contained in:
parent
6d32db32ef
commit
743e8331b5
1 changed files with 2 additions and 0 deletions
|
@ -132,6 +132,8 @@ def safe_mkdir(path):
|
|||
|
||||
|
||||
def execute(argv):
|
||||
if verbose_mode:
|
||||
print ' '.join(argv)
|
||||
try:
|
||||
output = subprocess.check_output(argv, stderr=subprocess.STDOUT)
|
||||
if verbose_mode:
|
||||
|
|
Loading…
Reference in a new issue