mirror of https://gitlab.com/pamhyr/pamhyr2
Geometry: Fix geometry loading.
parent
28c7a0177a
commit
b7ebf961ac
|
|
@ -65,7 +65,7 @@ class Reach(SQLSubModel):
|
|||
|
||||
new._profiles = ProfileXYZ._db_load(
|
||||
execute,
|
||||
data=data
|
||||
data=data.copy()
|
||||
)
|
||||
|
||||
return new
|
||||
|
|
|
|||
Loading…
Reference in New Issue