anaconda: PasswordSpoke merge fix

QubesOS/qubes-issues#1807
pull/2/head mm_76e5589a
Marek Marczykowski-Górecki 8 years ago
parent d576319578
commit 76e5589adf
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

@ -204,7 +204,7 @@ class PasswordSpoke(FirstbootSpokeMixIn, NormalSpoke, GUISpokeInputCheckHandler)
self._password = None
self.clear_info()
self._error = False
result = GUICheck.CHECK_OK
result = InputCheck.CHECK_OK
# Skip the check if no password is required
elif (not pw and not confirm) and self._kickstarted:

Loading…
Cancel
Save