Geometry: Fix geometry loading.

setup.py
Pierre-Antoine Rouby 2024-04-15 10:29:56 +02:00
parent 28c7a0177a
commit b7ebf961ac
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class Reach(SQLSubModel):
new._profiles = ProfileXYZ._db_load(
execute,
data=data
data=data.copy()
)
return new