We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f2e04 commit 321999fCopy full SHA for 321999f
src/pynxtools_spm/nxformatters/helpers.py
@@ -63,7 +63,7 @@ def _verify_unit(
63
# return "" if unit_derived == "dimensionless" else unit_derived
64
except Exception as e:
65
# TODO: add nomad logger here
66
- logger.debug(f"Check the unit for nx concept {concept}.\n" f"Error : {e}")
+ logger.debug(f"Check the unit for nx concept {concept}.\nError : {e}")
67
return None
68
69
0 commit comments