Clarifying comment

pull/56/head
Neeraj Kashyap 2021-08-03 09:31:48 -07:00
rodzic d2b31dd0b2
commit 25e2357790
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -48,6 +48,8 @@ def add_subscription_handler(args: argparse.Namespace) -> None:
raise BroodResourcesInteractionException(
f"status_code={e.status_code}, detail={e.detail}"
)
# If Brood returns 404, then we want to continue execution of the outer try block
# with new_subscription_id as 0. That's why we don't have an "else" condition here.
except Exception as e:
print("Unexpected Exception on request to brood")
raise