Skip to content

Commit 5d994d2

Browse files
author
Blanca Fuentes Monjas
committed
Fix bug in dump_pipeline_progress
1 parent 73441fa commit 5d994d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reframe/frontend/executors/policies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def __init__(self):
281281
'_rfm_local': rt.runtime().get_option('systems/0/max_local_jobs')
282282
}
283283
self._pipeline_statistics = rt.runtime().get_option(
284-
'systems/0/dump_pipeline_progress'
284+
'general/0/dump_pipeline_progress'
285285
)
286286
self.task_listeners.append(self)
287287

0 commit comments

Comments
 (0)