Skip to content
Snippets Groups Projects
Commit 0134a084 authored by Hal Simpson's avatar Hal Simpson
Browse files

pulled out debug code

parent d43fd44c
No related branches found
No related tags found
No related merge requests found
......@@ -193,9 +193,9 @@ def parse_args():
default='variation',
choices=['variation', 'quasi-definitive', 'definitive'])
parser.add_argument('--locationcode',
choices=['R0', 'R1', 'RM', 'Q0', 'D0', 'C0', 'Z1'])
choices=['R0', 'R1', 'RM', 'Q0', 'D0', 'C0'])
parser.add_argument('--outlocationcode',
choices=['R0', 'R1', 'RM', 'Q0', 'D0', 'C0', 'Z1'])
choices=['R0', 'R1', 'RM', 'Q0', 'D0', 'C0'])
parser.add_argument('--interval',
default='minute',
choices=['minute', 'second'])
......
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