mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 08:17:13 +03:00
clarified docs
This commit is contained in:
parent
1733aeae5a
commit
dbcb4bb4fc
@ -16,7 +16,7 @@ import outfitting
|
|||||||
|
|
||||||
def __make_backup(file_name: str, suffix: str = '.bak') -> None:
|
def __make_backup(file_name: str, suffix: str = '.bak') -> None:
|
||||||
"""
|
"""
|
||||||
Rename the given file to $file.bak, removing any existing $file.bak
|
Rename the given file to $file.bak, removing any existing $file.bak. Assumes $file exists on disk.
|
||||||
|
|
||||||
:param file_name: The name of the file to make a backup of
|
:param file_name: The name of the file to make a backup of
|
||||||
:param suffix: The suffix to use for backup files (default '.bak')
|
:param suffix: The suffix to use for backup files (default '.bak')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user