mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-03 10:06:17 +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
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user