Remove redundant assignment.
This commit is contained in:
@@ -297,7 +297,6 @@ class NWIndex():
|
|||||||
nTitle = 0
|
nTitle = 0
|
||||||
theLines = theText.splitlines()
|
theLines = theText.splitlines()
|
||||||
for aLine in theLines:
|
for aLine in theLines:
|
||||||
aLine = aLine
|
|
||||||
nLine += 1
|
nLine += 1
|
||||||
nChar = len(aLine.strip())
|
nChar = len(aLine.strip())
|
||||||
if nChar == 0:
|
if nChar == 0:
|
||||||
|
|||||||
Reference in New Issue
Block a user