comply to PEP 8
This commit is contained in:
parent
4889740414
commit
eac50b5681
2 changed files with 11 additions and 13 deletions
2
TODO
2
TODO
|
@ -2,8 +2,6 @@ TODO
|
|||
|
||||
* add prefixes and links to shape table
|
||||
|
||||
* abide to PEP 8
|
||||
|
||||
* finish writing README
|
||||
|
||||
* finish npz functionality
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue