Skip to content

Commit

Permalink
Load old version
Browse files Browse the repository at this point in the history
  • Loading branch information
dsblank committed Oct 10, 2024
1 parent 97d3388 commit 7497abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gramps/gen/db/upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def gramps_upgrade_21(self):
pass

for handle in method():
obj = self._get_raw_data(key, handle)
obj = self._get_raw_data_pre_21(key, handle)
self._commit_raw(obj, key)
self.update()

Expand Down

0 comments on commit 7497abd

Please sign in to comment.