Commit c9c5bfe0 authored by Theophile Terraz's avatar Theophile Terraz
Browse files

Merge branch 'master' of gitlab-ssh.irstea.fr:theophile.terraz/pamhyr into terraz_dev

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -156,7 +156,7 @@ class BasicHydraulicStructuresWindow(PamhyrWindow):
else:
profiles = None
if profiles is not None or len(profiles) != 0:
if profiles is not None and len(profiles) != 0:
profile = profiles[0]
else:
profile = None
......
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