Skip to content

Commit 952f88a

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 6f1a3cb commit 952f88a

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

src/pynxtools_spm/nxformatters/base_formatter.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -551,11 +551,15 @@ def _nxdata_grp_from_conf_description(
551551
},
552552
"@any_attr": "Actual attr value",
553553
"any_field1": {
554-
"raw_path": "@default:Any field name",}.
554+
"raw_path": "@default:Any field name",
555+
},
555556
"any_field2": {
556-
"raw_path": "/path/in/data/dict",}.
557+
"raw_path": "/path/in/data/dict",
558+
},
557559
"grp_name": "temperature1(filter)",
558-
"title": {"raw_path": "@default:A user provided title",}
560+
"title": {
561+
"raw_path": "@default:A user provided title",
562+
},
559563
}
560564
To get the proper relation please visit:
561565

0 commit comments

Comments
 (0)