[PATCH 13/35] abrt-python: DeleteProblem takes list of problems

Richard Marko rmarko at redhat.com
Mon May 13 11:05:22 UTC 2013


Signed-off-by: Richard Marko <rmarko at redhat.com>
---
 src/python-problem/problem/proxies.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/python-problem/problem/proxies.py b/src/python-problem/problem/proxies.py
index c90f5aa..92281bb 100644
--- a/src/python-problem/problem/proxies.py
+++ b/src/python-problem/problem/proxies.py
@@ -74,7 +74,7 @@ class DBusProxy(object):
         return self._dbus_call('NewProblem', problem_dict)
 
     def delete(self, dump_dir):
-        return self._dbus_call('DeleteProblem', dump_dir)
+        return self._dbus_call('DeleteProblem', [dump_dir])
 
     def list(self):
         return map(str, self._dbus_call('GetProblems'))
-- 
1.8.1.4



More information about the Crash-catcher mailing list