Merge "trivialfix:fix a typo"

This commit is contained in:
Zuul 2018-06-05 13:37:19 +00:00 committed by Gerrit Code Review
commit 95ff25bf7e
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