Corrected typo in line 158
This commit is contained in:
parent
4434ad004c
commit
eb68996385
@ -158,7 +158,7 @@ class mstr_layergen:
|
||||
for line in file:
|
||||
linedata = line.split(" ")
|
||||
if len(linedata) > 1: # Make sure we don't break at last line of data file
|
||||
if linedata[0] == self._tag and linedata[1] == self._value and linedata[2] == ctr:
|
||||
if linedata[0] == self._tag and linedata[1] == self._value and linedata[2] == res:
|
||||
contrast = int(linedata[3])
|
||||
break
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user