Skip to content

Commit

Permalink
Update cylc/flow/simulation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim authored Mar 4, 2024
1 parent d93de69 commit 6268809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def __init__(
try_num = None
if started_time is None:
# Get DB info
db_info = db_mgr.pub_dao.select_task_job(
db_info = db_mgr.pri_dao.select_task_job(
itask.tokens['cycle'],
itask.tokens['task'],
itask.tokens['job'],
Expand Down

0 comments on commit 6268809

Please sign in to comment.