Skip to content

Commit b89be82

Browse files
committed
Info output tweak
1 parent 1e088a9 commit b89be82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/translators_loggers/test_translators_loggers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def test_translator(self, backend) -> None:
309309
parser = None
310310

311311
if parser:
312-
sys.stderr.write(f"\n[{backend}] Parsing the logs...\n")
312+
sys.stderr.write(f"[{backend}] Parsing the logs...\n")
313313
reconstructed_workflow : Workflow = parser.build_workflow(f"reconstructed_workflow_{backend}")
314314
reconstructed_workflow.write_json(pathlib.Path("/tmp/reconstructed_workflow.json"))
315315

0 commit comments

Comments
 (0)