Skip to content

Commit

Permalink
modify travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tiedu committed Jun 24, 2020
1 parent c72ca76 commit 0d38a1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:
- pip install pycodestyle
- pip install dicttoxml
script:
- pycodestyle --max-line-length=180 qcloud_cos/.
- pycodestyle --max-line-length=200 qcloud_cos/.
- nosetests -s -v ut/
deploy:
provider: pypi
Expand Down
1 change: 0 additions & 1 deletion qcloud_cos/cos_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2784,7 +2784,6 @@ def _upload_part(self, bucket, key, local_path, offset, size, part_num, uploadid

def _get_resumable_uploadid(self, bucket, key):
"""从服务端获取未完成的分块上传任务,获取断点续传的uploadid
params=urlencode(sorted(uri_params.items())).replace('+', '%20').replace('%7E', '~'),
:param bucket(string): 存储桶名称.
:param key(string): 分块上传路径名.
Expand Down

0 comments on commit 0d38a1d

Please sign in to comment.