Skip to content

Commit

Permalink
Merge branch 'fix.all_xtriggers_on_an_itask_are_the_same' of github.c…
Browse files Browse the repository at this point in the history
…om:wxtim/cylc into fix.all_xtriggers_on_an_itask_are_the_same

* 'fix.all_xtriggers_on_an_itask_are_the_same' of github.com:wxtim/cylc:
  Update cylc/flow/task_proxy.py
  • Loading branch information
wxtim committed Oct 26, 2023
2 parents f926e1d + 6ef578f commit 65fed81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/task_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def get_clock_trigger_time(
not self.clock_trigger_times
or offset_str not in self.clock_trigger_times
):
if offset_str == 'no-offset':
if offset_str == 'P0Y':
trigger_time = point
else:
trigger_time = point + ISO8601Interval(offset_str)
Expand Down

0 comments on commit 65fed81

Please sign in to comment.