Skip to content

Commit

Permalink
Tweak code.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver committed Jan 31, 2024
1 parent 631d188 commit 9196e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,9 +451,9 @@ async def configure(self, params):

self.workflow_db_mgr.on_workflow_start(self.is_restart)

self.options.utc_mode = get_utc_mode()
if not self.is_restart:
# Set workflow params that would otherwise be loaded from database:
self.options.utc_mode = get_utc_mode()
self.options.cycle_point_tz = (
self.config.cfg['scheduler']['cycle point time zone'])

Expand Down

0 comments on commit 9196e11

Please sign in to comment.