Skip to content

Commit

Permalink
Final branch tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver committed Mar 11, 2024
1 parent 8b856b5 commit 077075c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions cylc/flow/flow_mgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def add_flow_opts(parser):
parser.add_option(
"--wait", action="store_true", default=False, dest="flow_wait",
help="Wait for merge with current active flows before flowing on."
"Note you can use 'cylc set --pre=all' to unset a flow-wait."
)


Expand Down
2 changes: 1 addition & 1 deletion cylc/flow/scripts/set.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
# complete the succeeded output of 3/bar:
$ cylc set --out=succeeded my_workflow//3/bar
# satisfy the `3/foo:succeeded` prerequisite of 3/bar:
# satisfy the 3/foo:succeeded prerequisite of 3/bar:
$ cylc set --pre=3/foo my_workflow//3/bar
# or:
$ cylc set --pre=3/foo:succeeded my_workflow//3/bar
Expand Down
3 changes: 1 addition & 2 deletions cylc/flow/task_events_mgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,8 +706,7 @@ def process_message(
):
# Set submitted and/or started first, if skipped.
# (whether by forced set, or missed message).
LOG.warning(
f"[{itask}] setting implied output: {implied}")
LOG.info(f"[{itask}] setting implied output: {implied}")
self.process_message(
itask, INFO, implied, event_time,
self.FLAG_INTERNAL, submit_num, forced
Expand Down

0 comments on commit 077075c

Please sign in to comment.