Skip to content

Commit f5ff84c

Browse files
committed
update to create full path needed
1 parent 6e0a33a commit f5ff84c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

managewait.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def enqueueOutput(self, io_target, queue, logfile):
8080

8181
if not self.silent:
8282
# logfile opened in binary mode ? always write bytes
83+
print(output)
8384
try:
8485
logfile.write(output.encode(self.encFmt, 'replace'))
8586
except Exception:

0 commit comments

Comments
 (0)