From db0c852069f45ea2806f80e1a63ea4da5abce2c8 Mon Sep 17 00:00:00 2001 From: Amir Golparvar Date: Wed, 23 Oct 2024 18:28:21 +0200 Subject: [PATCH] fix pipeline --- .../parsers/chemotion/parser.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/nomad_external_eln_integrations/parsers/chemotion/parser.py b/src/nomad_external_eln_integrations/parsers/chemotion/parser.py index 24691d6..3392d03 100644 --- a/src/nomad_external_eln_integrations/parsers/chemotion/parser.py +++ b/src/nomad_external_eln_integrations/parsers/chemotion/parser.py @@ -455,9 +455,7 @@ def parse( chemotion_subsection.post_process() item_name = 'Reactions' if item_name == 'Reaction' else item_name sub_section_def = getattr(chemotion.m_def.section_cls, item_name) - chemotion.m_add_sub_section( - sub_section_def, chemotion_subsection, -1 - ) + chemotion.m_add_sub_section(sub_section_def, chemotion_subsection) except Exception as e: logger.error( 'No dot (.) is allowed in the column name.',