Skip to content

Commit

Permalink
Fix migration from 8.0.12 to 8.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
frode-aarstad committed Feb 2, 2024
1 parent 2a55060 commit 22b5cd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ert/storage/local_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,10 @@ def __init__(
elif version == 4:
from ert.storage.migration import (
experiment_id,
gen_kw,
)

gen_kw.migrate(self.path)
experiment_id.migrate(self.path)
self._add_migration_information(4, "experiment_id")
except Exception as err: # pylint: disable=broad-exception-caught
Expand Down

0 comments on commit 22b5cd4

Please sign in to comment.