Fix missing argument

This commit is contained in:
Lipu Fei 2018-09-28 12:34:00 +02:00
parent 3a01b63343
commit 6e2f7e72b6

View File

@ -41,7 +41,7 @@ class BackupsManager:
self._disableAutoSave()
backup = Backup(zip_file = zip_file, meta_data = meta_data)
backup = Backup(self._application, zip_file = zip_file, meta_data = meta_data)
restored = backup.restore()
if restored:
# At this point, Cura will need to restart for the changes to take effect.