Skip to content

Commit

Permalink
forgot to commit, so the last layer was not in gpkg_contents
Browse files Browse the repository at this point in the history
Making it not show up in QGIS.
  • Loading branch information
visr committed Sep 13, 2023
1 parent 5b57635 commit 953e915
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ribasim/ribasim/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ def _write_tables(self, directory: FilePath) -> None:
)
if isinstance(input_entry, TableModel) and not is_geometry:
input_entry.write_table(connection)
connection.commit()

shutil.move(temp_path, gpkg_path)
return
Expand Down

0 comments on commit 953e915

Please sign in to comment.