We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73441fa commit 5d994d2Copy full SHA for 5d994d2
reframe/frontend/executors/policies.py
@@ -281,7 +281,7 @@ def __init__(self):
281
'_rfm_local': rt.runtime().get_option('systems/0/max_local_jobs')
282
}
283
self._pipeline_statistics = rt.runtime().get_option(
284
- 'systems/0/dump_pipeline_progress'
+ 'general/0/dump_pipeline_progress'
285
)
286
self.task_listeners.append(self)
287
0 commit comments