firstboot: minor fix in exception handler
This commit is contained in:
parent
39331be286
commit
cc7d7bba4f
@ -90,7 +90,7 @@ class moduleClass(Module):
|
||||
self.show_stage("Failure...")
|
||||
self.progress.hide()
|
||||
|
||||
self.radio_dontdoanything.set_active()
|
||||
self.radio_dontdoanything.set_active(True)
|
||||
|
||||
return RESULT_FAILURE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user