comply to PEP 8

This commit is contained in:
Connor Olding 2018-03-24 06:28:00 +01:00
parent 4889740414
commit eac50b5681
2 changed files with 11 additions and 13 deletions

2
TODO
View File

@ -2,8 +2,6 @@ TODO
* add prefixes and links to shape table
* abide to PEP 8
* finish writing README
* finish npz functionality

View File

@ -77,7 +77,7 @@ def download(name):
url = webhost + url_name
try:
urlretrieve(url, path)
except:
except Exception:
lament(f"Failed to download {url} to {path}")
raise
return already_exists