Skip to content
Snippets Groups Projects
Verified Commit a77cbcaa authored by Timm Fitschen's avatar Timm Fitschen
Browse files

STY: autopep8'ed

parent aa4216da
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ class Importer(object):
try:
element = self.connection.retrieve_element(element_id, el_type=el_type)
except:
except BaseException:
print("Could not retrieve: ", element_id)
return
......
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