Skip to content
Snippets Groups Projects
Commit 278cc87b authored by Lloyd Carothers's avatar Lloyd Carothers
Browse files

Changed CL arg from paths to path

parent 4c34fb9b
Branches master
No related tags found
No related merge requests found
......@@ -793,7 +793,7 @@ if __name__ == '__main__':
'start before 2017:001:00:00 and contain the DSP '
'CLOCK SET of the DAS correcting for the leap second.'
% VERSION)
parser.add_argument('paths',
parser.add_argument('path',
nargs='*',
default=['./'],
help='Input CF dirs. The root dir of a CF card '
......@@ -833,7 +833,7 @@ if __name__ == '__main__':
refs = []
for path in args.paths:
for path in args.path:
if os.path.isdir(path):
ref = RtCfDir(path)
else:
......
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