Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Sep 6, 2024
1 parent f5de6c9 commit ce39260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pynxtools/nomad/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class NxNomad_Instrument(Instrument):
)

def normalize(self, archive, logger):
logger.info(" ###### : from : ##", type(self))
logger.info(f" ###### : from : ##, {type(self)}")
super(NxNomad_Instrument, self).normalize(archive, logger)
archive.results.eln.test_attr = "Hello"
self.test_attr = "Hello"
Expand Down

0 comments on commit ce39260

Please sign in to comment.