IAP GITLAB

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

improvements

parent 5a37dd05
No related branches found
No related tags found
1 merge request!70Resolve "add Nucleus to corsika id conversion"
......@@ -64,7 +64,7 @@ def checkNote(filename):
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 len(startNote)>1:
if isSame and 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