IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 20878a6a authored by ralfulrich's avatar ralfulrich
Browse files

improvements

parent 494d9ec8
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ def checkNote(filename):
skip = False
for iBlock in range(len(startNote)):
if iLine>=startNote[iBlock] and iLine<=endNote[iBlock]:
print " " + strip(lines[iLine]) + " [remove " + str(iBlock) + "]"
print " [remove " + str(iBlock) + "] " + (lines[iLine]).strip()
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