From 8ce5c9df1d14128f82aeb5da1c5e7b1c6506e7a2 Mon Sep 17 00:00:00 2001 From: malei Date: Tue, 5 Jun 2018 17:54:35 +0800 Subject: [PATCH] trivialfix:fix a typo Change-Id: I12777d6152ff4723e0f4536582d9c03c0c60a835 --- .../shipyard_airflow/control/helpers/deckhand_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/shipyard_airflow/shipyard_airflow/control/helpers/deckhand_client.py b/src/bin/shipyard_airflow/shipyard_airflow/control/helpers/deckhand_client.py index 64af6a3e..5771a81a 100644 --- a/src/bin/shipyard_airflow/shipyard_airflow/control/helpers/deckhand_client.py +++ b/src/bin/shipyard_airflow/shipyard_airflow/control/helpers/deckhand_client.py @@ -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