Skip to content

Commit

Permalink
need to actively read project metadata, otherwise old info is stored
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Caha committed Dec 8, 2023
1 parent 3e7f934 commit 72a99f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbsync.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ def _get_mergin_project(
"""
if work_path not in cached_mergin_project_objects:
cached_mergin_project_objects[work_path] = MerginProject(work_path)
cached_mergin_project_objects[work_path]._read_metadata()
return cached_mergin_project_objects[work_path]


Expand Down

0 comments on commit 72a99f6

Please sign in to comment.