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

Geometry: Fix delete command crash.

Showing with 1 addition and 1 deletion
+1 -1
...@@ -215,7 +215,7 @@ class Reach(SQLSubModel): ...@@ -215,7 +215,7 @@ class Reach(SQLSubModel):
) )
) )
self.profiles = list( self._profiles = list(
filter( filter(
lambda p: p not in profiles, lambda p: p not in profiles,
self.profiles self.profiles
......
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