Skip to content

Commit 360cd0e

Browse files
Fix Ruff error in Octopath Traveler 2 fix.
1 parent 7ef1d9c commit 360cd0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gamefixes-steam/1971650.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@
55

66
def main() -> None:
77
"""Imports demo saves into the full game's prefix"""
8-
9-
util.import_saves_folder(2203230, f'Documents/My Games/Octopath_Traveler2/Steam/{util.get_steam_account_id()}/SaveGames',True)
8+
util.import_saves_folder(2203230, f'Documents/My Games/Octopath_Traveler2/Steam/{util.get_steam_account_id()}/SaveGames', True)

0 commit comments

Comments
 (0)