Wrong call to super
Change-Id: If3d3b044a0455000c80bea4e6240ad98d74cc540
This commit is contained in:
parent
fb1e34de68
commit
85022089b2
@ -30,7 +30,7 @@ class MistralExceptionBase(Exception):
|
||||
if message is not None:
|
||||
self.message = message
|
||||
|
||||
super(MistralError, self).__init__(
|
||||
super(MistralExceptionBase, self).__init__(
|
||||
'%d: %s' % (self.http_code, self.message))
|
||||
|
||||
@property
|
||||
|
Loading…
x
Reference in New Issue
Block a user