We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbceede commit 38fdc4cCopy full SHA for 38fdc4c
src/job/infrabox_job/process.py
@@ -22,7 +22,6 @@ 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