IAP GITLAB

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

improvements

parent 20878a6a
No related branches found
No related tags found
No related merge requests found
......@@ -60,9 +60,7 @@ def checkNote(filename):
isSame = False
print "need update: " + filename + " new=\'" + noteLines[iLine+1] + "\' vs old=\'" + lines[startNote+iLine].rstrip('\n') + "\'"
break
print filename + " > " + str(len(startNote)) + " " + str(startNote) + " " + str(endNote) + " " + str(isSame)
# check if notice is the same, or we need to remove multiple notices...
if isSame and len(startNote)<=1:
return
......
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