mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix lint.
This commit is contained in:
parent
7774a9b2ab
commit
91655a3d5a
@ -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")
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user