From fb8f724fa03cc316d1d698c2b8f2a72656a97d5e Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Thu, 6 Aug 2009 15:47:31 +0200 Subject: [PATCH] [equo] trivial update --- client/equo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/equo.py b/client/equo.py index 1dbe76132..d263ac762 100644 --- a/client/equo.py +++ b/client/equo.py @@ -870,7 +870,7 @@ def main(): from entropy.client.interfaces.qa import UGCErrorReportInterface try: - error = UGCErrorReportInterface( ) + error = UGCErrorReportInterface() except (IncorrectParameter, OnlineMirrorError,): from entropy.qa import ErrorReportInterface post_url = "http://svn.sabayonlinux.org/entropy/standard" + \