Commit 4023302c authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼 Committed by Matevz Golob

recipe re6stnet: fix typo

parent 2a23e778
...@@ -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