1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-03 18:16:17 +01:00

- oscerr.ServiceRuntimeError: fixed docstr

This commit is contained in:
Marcus Huewe 2013-08-29 15:35:40 +02:00
parent 1614123f82
commit b2b2d54312

View File

@ -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