mirror of https://gitlab.com/pamhyr/pamhyr2
Geometry: Fix ST file import function.
parent
826dfaf72e
commit
e01f6b3261
|
|
@ -413,8 +413,7 @@ class Reach:
|
||||||
elif len(line) == 5:
|
elif len(line) == 5:
|
||||||
line.append("")
|
line.append("")
|
||||||
list_header.append(line)
|
list_header.append(line)
|
||||||
else:
|
line_is_header = False
|
||||||
line_is_header = False
|
|
||||||
else:
|
else:
|
||||||
# Read until "999.9990 999.9990" as found
|
# Read until "999.9990 999.9990" as found
|
||||||
if len(line) == 3:
|
if len(line) == 3:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue