Fix merge issues

This commit is contained in:
Yohann D'ANELLO
2021-01-10 22:19:15 +01:00
parent 4c7a2e9f3b
commit 0ea10546ac
4 changed files with 8 additions and 8 deletions

View File

@ -420,7 +420,7 @@ class Game:
except KeyError as error:
self.message = _("Some keys are missing in your save file.\n"
"Your save seems to be corrupt. It got deleted.")\
+ f"\n{error}"
+ f"\n{error}"
os.unlink(ResourceManager.get_config_path("save.json"))
self.display_actions(DisplayActions.UPDATE)
return