Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rien333 committed Dec 17, 2024
1 parent 2b937c0 commit 0ece9c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mdto/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ def _pronominfo_siegfried(file: str | Path) -> BegripGegevens:
# log sf's warnings (such as extension mismatches)
warning = match["warning"]
if warning:
helpers.logging.warning(f"siegfried reports PRONOM warning about {file}: {warning}")
helpers.logging.warning(
f"siegfried reports PRONOM warning about {file}: {warning}"
)

return BegripGegevens(
begripLabel=match["format"],
Expand Down

0 comments on commit 0ece9c1

Please sign in to comment.