Skip to content

Commit

Permalink
remove capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Oct 18, 2024
1 parent 46caf4e commit ab40557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pynxtools/nomad/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def __rename_nx_for_nomad(
name = __REPLACEMENT_FOR_NX + name[2:]

if is_group:
name = __rename_classes_in_nomad(name).capitalize()
name = __rename_classes_in_nomad(name)
elif is_field:
name += "__field"
elif is_attribute:
Expand Down

0 comments on commit ab40557

Please sign in to comment.