Fix lint.

(cherry picked from commit 91655a3d5a)
This commit is contained in:
Dan Albert
2021-06-25 19:33:55 -07:00
parent d7db290892
commit 3c135720a0

View File

@@ -21,10 +21,12 @@ def base_path() -> str:
def _temporary_save_file() -> str:
assert _dcs_saved_game_folder
return os.path.join(_dcs_saved_game_folder, "tmpsave.liberation")
def _autosave_path() -> str:
assert _dcs_saved_game_folder
return os.path.join(_dcs_saved_game_folder, "autosave.liberation")