We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd92d18 + 8d884bc commit a559179Copy full SHA for a559179
1 file changed
src/job/infrabox_job/process.py
@@ -22,6 +22,7 @@ def __init__(self):
22
self.verify = False
23
24
def collect(self, line, show=False):
25
+ line = line.encode("utf-8")
26
if self.enable_logging:
27
sys.stdout.write(line)
28
sys.stdout.flush()
0 commit comments