mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 12:59:00 +08:00
Fix docstring
This commit is contained in:
parent
703e52c0c7
commit
bc424509d9
@ -27,7 +27,7 @@ class BackupsManager:
|
|||||||
def restoreBackup(self, zip_file: bytes, meta_data: dict) -> None:
|
def restoreBackup(self, zip_file: bytes, meta_data: dict) -> None:
|
||||||
"""
|
"""
|
||||||
Restore a backup from a given ZipFile.
|
Restore a backup from a given ZipFile.
|
||||||
:param zip_file: A ZipFile containing the actual backup.
|
:param zip_file: A bytes object containing the actual backup.
|
||||||
:param meta_data: A dict containing some meta data that is needed to restore the backup correctly.
|
:param meta_data: A dict containing some meta data that is needed to restore the backup correctly.
|
||||||
"""
|
"""
|
||||||
if not meta_data.get("cura_release", None):
|
if not meta_data.get("cura_release", None):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user