Skip to content

Commit 321999f

Browse files
committed
lint
1 parent 90f2e04 commit 321999f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pynxtools_spm/nxformatters/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def _verify_unit(
6363
# return "" if unit_derived == "dimensionless" else unit_derived
6464
except Exception as e:
6565
# TODO: add nomad logger here
66-
logger.debug(f"Check the unit for nx concept {concept}.\n" f"Error : {e}")
66+
logger.debug(f"Check the unit for nx concept {concept}.\nError : {e}")
6767
return None
6868

6969

0 commit comments

Comments
 (0)