Skip to content

Commit b4ddfee

Browse files
[pre-commit.ci] Auto fixes from pre-commit.com hooks.
1 parent 2086e7e commit b4ddfee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

games/game_silenthill2remake.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def fix(self, filetree: mobase.IFileTree) -> mobase.IFileTree:
7777
if cur_item.name().lower().endswith(".pak"):
7878
foundAPak = True
7979
filetree.move(cur_item, f"SHProto/Content/Paks/~mod/{cur_item.name()}")
80-
# foundAPack MUST be true because if 'prefix' returned None then
80+
# foundAPack MUST be true because if 'prefix' returned None then
8181
# there must be a .pak file or dataLooksValid wouldn't have returned
8282
# a FIXABLE. This is therefore just a sanity check
8383
assert foundAPak

0 commit comments

Comments
 (0)