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

Bug fix

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