Skip to content

Commit

Permalink
Merge 6da4f2e into c297e3e
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMarchand committed Jun 28, 2018
2 parents c297e3e + 6da4f2e commit 16d9c32
Show file tree
Hide file tree
Showing 3 changed files with 417 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aiida_vasp/data/potcar.py
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,8 @@ def _try_upload_potcars(cls, file_paths, stop_if_existing=True, dry_run=False):
print('skipping file {} - uploading raised {}{}'.format(file_path, str(err.__class__), str(err)))
except AttributeError as err:
print('skipping file {} - uploading raised {}{}'.format(file_path, str(err.__class__), str(err)))
except IndexError as err:
print('skipping file {} - uploading raised {}{}'.format(file_path, str(err.__class__), str(err)))

return list_created

Expand Down

0 comments on commit 16d9c32

Please sign in to comment.