Skip to content

Commit

Permalink
fix outstanding test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Pillinger committed Sep 25, 2024
1 parent 0199bd5 commit 1426d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/workflow_db_mgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def put_workflow_params(self, schd: 'Scheduler') -> None:
])

# Store raw initial cycle point in the DB.
value = getattr(schd.config, 'evaluated_icp')
value = schd.config.evaluated_icp
value = None if value == 'reload' else value
self.put_workflow_params_1(
self.KEY_INITIAL_CYCLE_POINT,
Expand Down

0 comments on commit 1426d7c

Please sign in to comment.