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

pep8

No related merge requests found
Showing with 4 additions and 4 deletions
+4 -4
...@@ -492,10 +492,10 @@ class ProfileXYZ(Profile, SQLSubModel): ...@@ -492,10 +492,10 @@ class ProfileXYZ(Profile, SQLSubModel):
line = [] line = []
if zz[self.number_points-1] < z: if zz[self.number_points-1] < z:
line.append([station[self.number_points-1], z]) line.append([station[self.number_points-1], z])
if len(line) > 2: if len(line) > 2:
lines.append(geometry.LineString(line)) lines.append(geometry.LineString(line))
line = [] line = []
return lines return lines
......
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