IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 494d9ec8 authored by ralfulrich's avatar ralfulrich
Browse files

improvements

parent 0c08bb01
No related branches found
No related tags found
No related merge requests found
......@@ -79,8 +79,8 @@ def checkNote(filename):
skip = False
for iBlock in range(len(startNote)):
if iLine>=startNote[iBlock] and iLine<endNote[iBlock]:
print " " + lines[iLine] + " [remove " + str(iBlock) + "]"
if iLine>=startNote[iBlock] and iLine<=endNote[iBlock]:
print " " + strip(lines[iLine]) + " [remove " + str(iBlock) + "]"
skip = True
if not skip:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment