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

Bug fix

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