mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-04 00:01:19 -07:00
Fix missing argument
This commit is contained in:
parent
3a01b63343
commit
6e2f7e72b6
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class BackupsManager:
|
||||||
|
|
||||||
self._disableAutoSave()
|
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()
|
restored = backup.restore()
|
||||||
if restored:
|
if restored:
|
||||||
# At this point, Cura will need to restart for the changes to take effect.
|
# At this point, Cura will need to restart for the changes to take effect.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue