Commit b7ebf961 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Geometry: Fix geometry loading.

Showing with 1 addition and 1 deletion
+1 -1
...@@ -65,7 +65,7 @@ class Reach(SQLSubModel): ...@@ -65,7 +65,7 @@ class Reach(SQLSubModel):
new._profiles = ProfileXYZ._db_load( new._profiles = ProfileXYZ._db_load(
execute, execute,
data=data data=data.copy()
) )
return new return new
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment