[master/rhel7] Set ThreadManager.any_errors to be a property (#1066467)

David Shea dshea at redhat.com
Tue Feb 18 15:17:48 UTC 2014


---
 pyanaconda/threads.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyanaconda/threads.py b/pyanaconda/threads.py
index aebd7f8..8cde861 100644
--- a/pyanaconda/threads.py
+++ b/pyanaconda/threads.py
@@ -136,6 +136,7 @@ class ThreadManager(object):
         """
         return self._errors.get(name)
 
+    @property
     def any_errors(self):
         """Return True of there have been any errors in any threads
         """
-- 
1.8.5.3



More information about the anaconda-patches mailing list