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

More small changes

parent d7d85683
No related branches found
No related tags found
No related merge requests found
......@@ -190,9 +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().decode()
) # type:ignore
log.debug("Waiting for respond.")
reps = (fout.readline().decode(),) # type:ignore
log.debug("Process respond %s:", reps)
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