Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
amirgolp committed Oct 23, 2024
1 parent 2cb6997 commit db0c852
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down

0 comments on commit db0c852

Please sign in to comment.