Skip to content

Commit

Permalink
Can migrate 0.8.3 config files.
Browse files Browse the repository at this point in the history
  • Loading branch information
lowrie committed Mar 4, 2016
1 parent fdb930e commit 557be95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def __init__(self):
# config file cannot be migrated from versions earlier than this.
# This value is currently set at the version that all dimensions and bit_angle
# were consistent types and dimensions.
self.migrate_version_number = 84
self.migrate_version_number = 83
self.config = None
def read_config(self):
'''
Expand Down

0 comments on commit 557be95

Please sign in to comment.