trivialfix:fix a typo
Change-Id: I12777d6152ff4723e0f4536582d9c03c0c60a835
This commit is contained in:
parent
45e05a31f0
commit
8ce5c9df1d
@ -489,7 +489,7 @@ class DeckhandClient(object):
|
||||
|
||||
|
||||
class DeckhandError(Exception):
|
||||
"""Base exception for for all exceptions raised by this client"""
|
||||
"""Base exception for all exceptions raised by this client"""
|
||||
def __init__(self, response_message=None):
|
||||
super().__init__()
|
||||
self.response_message = response_message
|
||||
|
Loading…
x
Reference in New Issue
Block a user