Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Mar 10, 2025
1 parent 6784c9c commit 24e255f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pynxtools_mpes/nomad/lab/dataconverter.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def normalize(self, archive, logger):
super(MpesElnExporter, self).normalize(archive, logger)
if self.export:
self.output = (
f"{archive.metadata.mainfile.replace('.archive.json','')}.yaml"
f"{archive.metadata.mainfile.replace('.archive.json', '')}.yaml"
)
eln_dict = create_eln_dict(archive)
try:
Expand Down

0 comments on commit 24e255f

Please sign in to comment.