Compare commits

..

No commits in common. "e8f63f175f3b2bdcbd6c5c1c75652b54baca246c" and "bf5bdf761834822bc9da1cf1230fe6c4592a280b" have entirely different histories.

View File

@ -162,6 +162,7 @@ def repair_game(
raise RepairError( raise RepairError(
"pkg_version file not found, most likely you need to download the full game again." "pkg_version file not found, most likely you need to download the full game again."
) from e ) from e
else:
with pkg_version_file.open("r") as f: with pkg_version_file.open("r") as f:
for line in f.readlines(): for line in f.readlines():
line = line.strip() line = line.strip()