mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-09 12:35:48 +01:00
- oscerr.ServiceRuntimeError: fixed docstr
This commit is contained in:
parent
1614123f82
commit
b2b2d54312
@ -49,7 +49,7 @@ class ExtRuntimeError(OscBaseError):
|
|||||||
self.file = fname
|
self.file = fname
|
||||||
|
|
||||||
class ServiceRuntimeError(OscBaseError):
|
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):
|
def __init__(self, msg):
|
||||||
OscBaseError.__init__(self)
|
OscBaseError.__init__(self)
|
||||||
self.msg = msg
|
self.msg = msg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user