From 98b6aa987fe97879b1f59016b72ae04f4536edfa Mon Sep 17 00:00:00 2001 From: Rubel Date: Wed, 4 Sep 2024 15:48:15 +0200 Subject: [PATCH] modify doc. --- src/pynxtools/nomad/dataconverter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pynxtools/nomad/dataconverter.py b/src/pynxtools/nomad/dataconverter.py index 18cb5ebec..45d252b9d 100644 --- a/src/pynxtools/nomad/dataconverter.py +++ b/src/pynxtools/nomad/dataconverter.py @@ -85,7 +85,7 @@ def populate_nexus_subsection( logger: nomad logger. on_temp_file: Whether data will be written in temporary disk, by default False. nxs_as_entry: If the nxs file should be as ann nonmad entry or a general file, by default True. - write_entry_type: If the attr entry_type in archive.meatadata.entry_type would be written or not. + write_entry_type: If the attr entry_type in archive.meatadata would be written or not. Raises: Exception: could not trigger processing from NexusParser