Skip to content
Snippets Groups Projects
Commit d7d85683 authored by chrg's avatar chrg
Browse files

More fixes

parent 16468fb1
Branches
No related tags found
No related merge requests found
......@@ -190,7 +190,9 @@ def mktransformer(program, args, batch):
with utils.timeit(file.name):
fin.write(str(tmp_file).encode("utf-8") + b"\n") # type: ignore
fin.flush()
log.debug("Process respond %s:", fout.readline().encode())
log.debug(
"Process respond %s:", fout.readline().decode()
) # type:ignore
except subprocess.CalledProcessError:
file = Path(file.name).with_suffix("input").absolute()
log.error("Writing argument to %s", file)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment