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

View File

@ -489,7 +489,7 @@ class DeckhandClient(object):
class DeckhandError(Exception): 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): def __init__(self, response_message=None):
super().__init__() super().__init__()
self.response_message = response_message self.response_message = response_message