Skip to content

Commit

Permalink
docs: correct example
Browse files Browse the repository at this point in the history
  • Loading branch information
rien333 committed Dec 6, 2024
1 parent 5d24332 commit 86dc939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ for bestand_path in Path(".").rglob("*.bestand.mdto.xml"):

# vind naam + path van het te updaten bestand
filename = bestand.naam # in de regel bevat <naam> de bestandsnaam
filepath = str(bestand_path.parent / filename)
filepath = bestand_path.parent / filename

# maak een nieuwe checksum
bestand.checksum = mdto.create_checksum(filepath)
Expand Down

0 comments on commit 86dc939

Please sign in to comment.