Fix lint.

This commit is contained in:
Dan Albert 2021-06-25 19:33:55 -07:00
parent 7774a9b2ab
commit 91655a3d5a

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")