[PATCH jk-tui 3/6] Return a bool for timezone completed property

Jesse Keating jkeating at redhat.com
Tue Aug 14 22:02:10 UTC 2012


---
 pyanaconda/ui/tui/spokes/time.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/ui/tui/spokes/time.py b/pyanaconda/ui/tui/spokes/time.py
index c380ae7..5f401c2 100644
--- a/pyanaconda/ui/tui/spokes/time.py
+++ b/pyanaconda/ui/tui/spokes/time.py
@@ -45,7 +45,7 @@ class TimeZoneSpoke(NormalTUISpoke):
 
     @property
     def completed(self):
-        return self.data.timezone.timezone or self._selection
+        return bool(self.data.timezone.timezone or self._selection)
 
     @property
     def status(self):
-- 
1.7.11.2



More information about the anaconda-patches mailing list