Skip to content

Commit

Permalink
Setting import/export version to 0.2 because the format changed betwe…
Browse files Browse the repository at this point in the history
…en AiiDA 0.5.0 and AiiDA 0.6.0 (actually, this change should have been made earlier, but better late than never)
  • Loading branch information
giovannipizzi committed Mar 4, 2016
1 parent 56ba57b commit 189e29f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aiida/orm/importexport.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def import_data(in_path,ignore_unknown_nodes=False,


# This is the export version expected by this function
expected_export_version = '0.1'
expected_export_version = '0.2'

# The name of the subfolder in which the node files are stored
nodes_export_subfolder = 'nodes'
Expand Down Expand Up @@ -1004,7 +1004,7 @@ def export_tree(what, folder, also_parents = True, also_calc_outputs=True,
if not silent:
print "STARTING EXPORT..."

EXPORT_VERSION = '0.1'
EXPORT_VERSION = '0.2'

all_fields_info, unique_identifiers = get_all_fields_info()

Expand Down

0 comments on commit 189e29f

Please sign in to comment.