fixed typo...
This commit is contained in:
parent
515b8ee457
commit
1c36380a8a
|
@ -300,7 +300,7 @@ class ASCIItable():
|
||||||
while id < len(tags) and tags[id] == '{}_{}'.format(dim,label): # check successors
|
while id < len(tags) and tags[id] == '{}_{}'.format(dim,label): # check successors
|
||||||
id += 1 # next label...
|
id += 1 # next label...
|
||||||
dim += 1 # ...should be one higher dimension
|
dim += 1 # ...should be one higher dimension
|
||||||
LabelList.append(label) # reached end --> store
|
labelList.append(label) # reached end --> store
|
||||||
id -= 1 # rewind one to consider again
|
id -= 1 # rewind one to consider again
|
||||||
|
|
||||||
id += 1
|
id += 1
|
||||||
|
|
Loading…
Reference in New Issue