Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim authored Nov 2, 2023
1 parent 7ad27ed commit deefe1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cylc/flow/task_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ def get_clock_trigger_time(
Absolute trigger time in seconds since Unix epoch.
"""
# None cannot be used as a dict key:
offset_str = offset_str if offset_str else 'P0Y'
if offset_str not in self.clock_trigger_times:
if offset_str == 'P0Y':
Expand Down

0 comments on commit deefe1a

Please sign in to comment.