Skip to content

Commit

Permalink
set naxus entry uneditable
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbrock committed Dec 13, 2024
1 parent a142519 commit fe1e8fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/pynxtools/nomad/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ def parse(
if archive.metadata.entry_type is None:
archive.metadata.entry_type = app_def
archive.metadata.domain = "nexus"
archive.metadata.user_editable = False

# Normalise element info
if archive.results is None:
Expand Down
1 change: 0 additions & 1 deletion src/pynxtools/nomad/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
InstrumentReference,
Measurement,
)
from nomad.datamodel.metainfo.eln import BasicEln
from nomad.metainfo import (
Attribute,
Bytes,
Expand Down

0 comments on commit fe1e8fd

Please sign in to comment.