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

Geometry: Fix ST file import function.

Showing with 1 addition and 2 deletions
+1 -2
......@@ -413,8 +413,7 @@ class Reach:
elif len(line) == 5:
line.append("")
list_header.append(line)
else:
line_is_header = False
line_is_header = False
else:
# Read until "999.9990 999.9990" as found
if len(line) == 3:
......
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