We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9789110 commit dbe7a22Copy full SHA for dbe7a22
hdf5logger.py
@@ -557,6 +557,7 @@ def hdf5collector(
557
while groupname.format(index) in fault_group:
558
index = index + 1
559
exp_group = f.create_group(fault_group, groupname.format(index))
560
+ exp_group._v_attrs["architecture"] = exp["architecture"]
561
if exp["index"] != index:
562
logger.warning(
563
"The index provided was already used. found new one: {}".format(
@@ -581,6 +582,7 @@ def hdf5collector(
581
582
exp_group = f.create_group(
583
"/", "Goldenrun", "Group containing all information about goldenrun"
584
)
585
586
log_goldenrun = False
587
elif exp["index"] == -3 and log_config:
588
if "backup" in f.root:
0 commit comments