summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCDumpList.py
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@localhost.localdomain>2009-12-03 13:24:44 +0100
committerJiri Moskovcak <jmoskovc@localhost.localdomain>2009-12-03 13:24:44 +0100
commit0a61fc7f255213412d8551a221e65a7af9b631be (patch)
tree8791a6ebcd282b59f33a139db46658515ac0bd38 /src/Gui/CCDumpList.py
parentb3ccd7f6d9a716e30039cdac92b338d1f70d9f8c (diff)
downloadabrt-0a61fc7f255213412d8551a221e65a7af9b631be.tar.gz
abrt-0a61fc7f255213412d8551a221e65a7af9b631be.tar.xz
abrt-0a61fc7f255213412d8551a221e65a7af9b631be.zip
GUI: handle cases when gui fails to start daemon on demand rhbz#543725
Diffstat (limited to 'src/Gui/CCDumpList.py')
-rw-r--r--src/Gui/CCDumpList.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Gui/CCDumpList.py b/src/Gui/CCDumpList.py
index 9833ad21..09191f51 100644
--- a/src/Gui/CCDumpList.py
+++ b/src/Gui/CCDumpList.py
@@ -23,8 +23,9 @@ class DumpList(list):
self.append(entry)
self.ddict[entry.getUUID()] = entry
except Exception, e:
- print e
- return
+ # FIXME handle exception better
+ # this is just temporary workaround for rhbz#543725
+ raise
else:
print "db == None!"