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
1 merge request!70Resolve "add Nucleus to corsika id conversion"
...@@ -60,9 +60,7 @@ def checkNote(filename): ...@@ -60,9 +60,7 @@ def checkNote(filename):
isSame = False isSame = False
print "need update: " + filename + " new=\'" + noteLines[iLine+1] + "\' vs old=\'" + lines[startNote+iLine].rstrip('\n') + "\'" print "need update: " + filename + " new=\'" + noteLines[iLine+1] + "\' vs old=\'" + lines[startNote+iLine].rstrip('\n') + "\'"
break 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... # check if notice is the same, or we need to remove multiple notices...
if isSame and len(startNote)<=1: if isSame and len(startNote)<=1:
return 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