Skip to content

Commit

Permalink
Change to use new parameter name.
Browse files Browse the repository at this point in the history
  • Loading branch information
ijiraq committed Aug 4, 2015
1 parent 3f3c839 commit af12ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/vcp
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ if __name__ == '__main__':
try:
client = vos.Client(vospace_certfile=opt.certfile,
vospace_token=opt.token,
cadc_short_cut=opt.quick)
transfer_shortcut=opt.quick)
for source_pattern in args:
# define this empty cutout string. Then we strip possible cutout strings off the end of the
# pattern before matching. This allows cutouts on the vos service.
Expand Down

0 comments on commit af12ca7

Please sign in to comment.