8000 print error log for creating docker image · cheoljoo/doxygen_perlmod_python@57e6ae4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 57e6ae4

Browse files
author
charles.lee
committed
print error log for creating docker image
1 parent d1a52a6 commit 57e6ae4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

taf/runParallel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def work_func(x,outdir):
169169
print('==> Done : create _doc_service_*/_hpp_ , run taf-doc.mk')
170170
print()
171171

172 84D1 -
ret = subprocess.run('taf_create_docker.sh',stdout=subprocess.PIPE , stderr=subprocess.PIPE, shell=True,text=True)
172+
ret = subprocess.run('bash taf_create_docker.sh',stdout=subprocess.PIPE , stderr=subprocess.PIPE, shell=True,text=True)
173173
print('taf_create_docker.sh : return code', ret.returncode,flush=True)
174174
if ret.returncode:
175175
print('stdout output:')
@@ -179,7 +179,7 @@ def work_func(x,outdir):
179179

180180
else :
181181
print('==> Done : make running environment')
182-
print()
182+
print(flush=True)
183183

184184
doc_target = [] # get sub directory under services (core/variant)
185185
for t in os.listdir('.'):

0 commit comments

Comments
 (0)
0