mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +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:
|
def _temporary_save_file() -> str:
|
||||||
|
assert _dcs_saved_game_folder
|
||||||
return os.path.join(_dcs_saved_game_folder, "tmpsave.liberation")
|
return os.path.join(_dcs_saved_game_folder, "tmpsave.liberation")
|
||||||
|
|
||||||
|
|
||||||
def _autosave_path() -> str:
|
def _autosave_path() -> str:
|
||||||
|
assert _dcs_saved_game_folder
|
||||||
return os.path.join(_dcs_saved_game_folder, "autosave.liberation")
|
return os.path.join(_dcs_saved_game_folder, "autosave.liberation")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user