|
|
|
|
@ -287,7 +287,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
|
|
|
|
|
else: |
|
|
|
|
raise Exception('Unexpected encryption version') |
|
|
|
|
|
|
|
|
|
return self.temp_storage.path, (self.temp_storage if self.temp_storage.file_exists() else None) # |
|
|
|
|
return self.temp_storage.path, (self.temp_storage if self.temp_storage.file_exists() else None) |
|
|
|
|
|
|
|
|
|
def run_upgrades(self, storage): |
|
|
|
|
path = storage.path |
|
|
|
|
|