IAP GITLAB

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

improvements

parent ff48b423
No related branches found
No related tags found
1 merge request!70Resolve "add Nucleus to corsika id conversion"
......@@ -61,10 +61,10 @@ def checkNote(filename):
print "need update: " + filename + " new=\'" + noteLines[iLine+1] + "\' vs old=\'" + lines[startNote+iLine].rstrip('\n') + "\'"
break
print filename + " > " + str(count) + " " + str(startNote) + " " + str(endNote) + " " + str(isSame)
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 or count>1:
if isSame or len(startNote)>1:
return
# add (new) copyright notice here:
......
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