Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Aug 22, 2024
1 parent 57086e0 commit cbe9791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harpy/_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def launch_snakemake(sm_args, workflow, starttext, outdir, sm_logfile, quiet):
if err:
if "Shutting down, this" in output or output.endswith("]\n"):
sys.exit(1)
rprint(f"[red]{output.strip().partition("Finished job")[0]}", file = sys.stderr)
rprint("[red]" + output.strip().partition("Finished job")[0], file = sys.stderr)
if "Error in rule" in output or "RuleException" in output:
progress.stop()
print_onerror(sm_logfile)
Expand Down

0 comments on commit cbe9791

Please sign in to comment.