Skip to content

Commit cbe9791

Browse files
committed
fix text
1 parent 57086e0 commit cbe9791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

harpy/_launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def launch_snakemake(sm_args, workflow, starttext, outdir, sm_logfile, quiet):
123123
if err:
124124
if "Shutting down, this" in output or output.endswith("]\n"):
125125
sys.exit(1)
126-
rprint(f"[red]{output.strip().partition("Finished job")[0]}", file = sys.stderr)
126+
rprint("[red]" + output.strip().partition("Finished job")[0], file = sys.stderr)
127127
if "Error in rule" in output or "RuleException" in output:
128128
progress.stop()
129129
print_onerror(sm_logfile)

0 commit comments

Comments
 (0)