This commit is contained in:
IgorKlopov 2014-12-07 18:42:59 +03:00
Родитель 6d32db32ef
Коммит 743e8331b5
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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: