[PATCH 0/2][anaconda][master/f22-branch] Improve ThreadManager wait method with a fix for (#1200613) bug

Jiri Konecny jkonecny at redhat.com
Mon Mar 23 14:42:00 UTC 2015


ThreadManager wait method gets boolean return code. This will give us better
readability and usability for testing if the given thread must wait on some
other active thread.
Fix for bug "Cannot add thread 'AnaExecuteStorageThread', a thread with the
same name already running" (#1200613). Now it doesn't crash the program
instead it waits for the actual thread to finish and prints warning.

Jiri Konecny (2):
  Add boolean as return to ThreadManager.wait
  Can't add thread AnaExecuteStorageThread (#1200613)

 pyanaconda/threads.py               |  8 +++++++-
 pyanaconda/ui/gui/spokes/storage.py | 10 ++++++++--
 2 files changed, 15 insertions(+), 3 deletions(-)

-- 
2.1.0



More information about the anaconda-patches mailing list