anaconda: PasswordSpoke merge fix

QubesOS/qubes-issues#1807
This commit is contained in:
Marek Marczykowski-Górecki 2016-04-24 23:41:16 +02:00
parent d576319578
commit 76e5589adf
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -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: