From 87eef1ad558b1d5b61e81ef21c03b754b1524513 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 16 Oct 2009 14:37:50 +0200 Subject: lib/Plugins/CCpp.cpp: fix a bug with detecting missing debuginfos Signed-off-by: Denys Vlasenko --- src/Gui/ABRTExceptions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Gui/ABRTExceptions.py') diff --git a/src/Gui/ABRTExceptions.py b/src/Gui/ABRTExceptions.py index 3049638..0d357a3 100644 --- a/src/Gui/ABRTExceptions.py +++ b/src/Gui/ABRTExceptions.py @@ -14,11 +14,11 @@ class WrongData(Exception): def __str__(self): return self.what - + class ConfBackendInitError(Exception): def __init__(self, msg): Exception.__init__(self) self.what = msg - + def __str__(self): return self.what -- cgit