Skip to content
Snippets Groups Projects
Commit 8f80a6fd authored by Lorenz Huedepohl's avatar Lorenz Huedepohl
Browse files

Remove unused variable

parent 89d13eb6
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -68,7 +68,7 @@ def do_mpcdf_push(self, subcmd, opts, *args):
for attribute in package_attributes:
try:
attr = mpcdf_common.get_attribute(api_url, from_project, package, attribute)
except Exception as e:
except Exception:
continue
mpcdf_common.set_attribute(api_url, (to_project, package), attr)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment