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 9a60f88 commit a36408cCopy full SHA for a36408c
reframe/frontend/statistics.py
@@ -126,7 +126,7 @@ def failure_stats(self):
126
partname = partition.fullname if partition else 'None'
127
environ_name = (check.current_environ.name
128
if check.current_environ else 'None')
129
- f = f'[{check.name}, {check.environ_name}, {check.partname}]'
+ f = f'[{check.name}, {environ_name}, {partname}]'
130
if tf.failed_stage not in failures:
131
failures[tf.failed_stage] = []
132
0 commit comments