Skip to content

Commit

Permalink
fix bug (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewzylu authored May 2, 2018
1 parent 6d76632 commit 036ef88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coscmd/cos_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def download(args):
kwargs = {}
kwargs['force'] = args.force
kwargs['sync'] = args.sync
kwargs['num'] = args.num
kwargs['num'] = 10
if args.recursive:
rt = Interface.download_folder(args.cos_path, args.local_path, **kwargs)
if rt:
Expand Down

0 comments on commit 036ef88

Please sign in to comment.