Skip to content

Commit

Permalink
Merge pull request #5700 from hjoliver/fix-cli-msg
Browse files Browse the repository at this point in the history
Make cylc-show "n=0" message clearer.
  • Loading branch information
oliver-sanders authored Aug 22, 2023
2 parents 52aae8b + 8583282 commit fb6d49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/scripts/show.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ async def prereqs_and_outputs_query(
state)
if not results['taskProxies']:
ansiprint(
f"<red>No matching n=0 tasks found: {', '.join(ids_list)}",
f"<red>No matching active tasks found: {', '.join(ids_list)}",
file=sys.stderr)
return 1
return 0
Expand Down

0 comments on commit fb6d49e

Please sign in to comment.