Commit 0d467fd6 authored by Julien Chaumond's avatar Julien Chaumond
Browse files

Typo

parent d8293e84
......@@ -148,7 +148,7 @@ class DeleteObjCommand(BaseUserCommand):
exit(1)
try:
self._api.delete_obj(token, filename=self.args.filename)
except HTTPError as a:
except HTTPError as e:
print(e)
exit(1)
print("Done")
......
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