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

Geometry: Fix delete profiles.

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