Skip to content

Commit

Permalink
add missing exception
Browse files Browse the repository at this point in the history
  • Loading branch information
ltalirz committed Jan 30, 2019
1 parent bcf2b4c commit 5cbce6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aiida/orm/importexport.py
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,8 @@ def import_data_sqla(in_path, ignore_unknown_nodes=False, silent=False):
else:
msg += "\nUpdate your AiiDA version in order to import this file."

raise ValueError(msg)

###################################################################
# CREATE UUID REVERSE TABLES AND CHECK IF #
# I HAVE ALL NODES FOR THE LINKS #
Expand Down

0 comments on commit 5cbce6c

Please sign in to comment.