This commit is contained in:
Paweł Lidwin 2025-03-07 16:48:10 +01:00 committed by GitHub
commit 1455754047
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1447,7 +1447,7 @@ class LegendaryCore:
if not repair_use_latest and old_manifest:
# use installed manifest for repairs instead of updating
new_manifest = old_manifest
old_manifest = None
old_manifest = None
filename = clean_filename(f'{game.app_name}.repair')
resume_file = os.path.join(self.lgd.get_tmp_path(), filename)