Skip to content
Snippets Groups Projects
Commit 4e4fecb4 authored by Carl Gwilliam's avatar Carl Gwilliam
Browse files

Bug fix

parent a884ccca
No related branches found
No related tags found
No related merge requests found
......@@ -5,11 +5,11 @@ import sys
if __name__ == "__main__":
fileroot = "output"
if(len(sys.argv > 1)):
if len(sys.argv) > ):
filename = sys.argv[1]
doRDO = False
if(len(sys.argv > 2)):
if len(sys.argv) > 2:
filename = sys.argv[2]
from AthenaCommon.Logging import log, logging
......
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