Skip to content
Snippets Groups Projects
Commit 04bf31ef authored by inso's avatar inso
Browse files

Merge branch 'dev' of github.com:duniter/sakia into dev

parents 846b0b86 9676751a
Branches
Tags
No related merge requests found
...@@ -91,6 +91,8 @@ class RevocationDialog(QObject): ...@@ -91,6 +91,8 @@ class RevocationDialog(QObject):
self.revoked_selfcert = Revocation.extract_self_cert(file_content) self.revoked_selfcert = Revocation.extract_self_cert(file_content)
self.refresh() self.refresh()
self.ui.button_next.setEnabled(True) self.ui.button_next.setEnabled(True)
except FileNotFoundError:
pass
except MalformedDocumentError: except MalformedDocumentError:
QMessageBox.critical(self.widget, self.tr("Error loading document"), QMessageBox.critical(self.widget, self.tr("Error loading document"),
self.tr("Loaded document is not a revocation document"), self.tr("Loaded document is not a revocation document"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment