Fix read_xy()
This commit is contained in:
parent
17404a36e4
commit
6f2d96005d
1 changed files with 2 additions and 2 deletions
|
|
@ -263,7 +263,7 @@ def read_xy(data, options):
|
||||||
|
|
||||||
current_line = f.readline()
|
current_line = f.readline()
|
||||||
|
|
||||||
while current_line[0] == '#' or "\'":
|
while current_line[0] == '#' or current_line[0] == '\'':
|
||||||
position = f.tell()
|
position = f.tell()
|
||||||
current_line = f.readline()
|
current_line = f.readline()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue