Commit 76309c35 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

recipe re6stnet: fix typo

parent 98111d8d
...@@ -93,7 +93,7 @@ def requestRemoveToken(client, token_base_path): ...@@ -93,7 +93,7 @@ def requestRemoveToken(client, token_base_path):
reference = reference_key.split('.')[0] reference = reference_key.split('.')[0]
try: try:
result = client.deleteToken(token) result = client.deleteToken(token)
except httplib.NOTFOUND: except httplib.NOT_FOUND:
# Token is alread removed. # Token is alread removed.
result = True result = True
except Exception: except Exception:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment