trivialfix:fix a typo

Change-Id: I12777d6152ff4723e0f4536582d9c03c0c60a835
This commit is contained in:
malei 2018-06-05 17:54:35 +08:00 committed by melissaml
parent 45e05a31f0
commit 8ce5c9df1d
1 changed files with 1 additions and 1 deletions

View File

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