From bc424509d9f2a346d0d47c33c203d0fc047e6817 Mon Sep 17 00:00:00 2001 From: ChrisTerBeke Date: Wed, 9 May 2018 17:58:14 +0200 Subject: [PATCH] Fix docstring --- cura/Backups/BackupsManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/Backups/BackupsManager.py b/cura/Backups/BackupsManager.py index e43a279ab6..bb52ad57ba 100644 --- a/cura/Backups/BackupsManager.py +++ b/cura/Backups/BackupsManager.py @@ -27,7 +27,7 @@ class BackupsManager: def restoreBackup(self, zip_file: bytes, meta_data: dict) -> None: """ 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. """ if not meta_data.get("cura_release", None):