From b2b2d543128f9f0205301f848645437d930eedbe Mon Sep 17 00:00:00 2001 From: Marcus Huewe Date: Thu, 29 Aug 2013 15:35:40 +0200 Subject: [PATCH] - oscerr.ServiceRuntimeError: fixed docstr --- osc/oscerr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/oscerr.py b/osc/oscerr.py index 5429ddf6..372d6462 100644 --- a/osc/oscerr.py +++ b/osc/oscerr.py @@ -49,7 +49,7 @@ class ExtRuntimeError(OscBaseError): self.file = fname class ServiceRuntimeError(OscBaseError): - """Exception raised when there is source service error runtime error""" + """Exception raised when the execution of a source service failed""" def __init__(self, msg): OscBaseError.__init__(self) self.msg = msg