Skip to content

Commit 0d38a1d

Browse files
author
tiedu
committed
modify travis
1 parent c72ca76 commit 0d38a1d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install:
1111
- pip install pycodestyle
1212
- pip install dicttoxml
1313
script:
14-
- pycodestyle --max-line-length=180 qcloud_cos/.
14+
- pycodestyle --max-line-length=200 qcloud_cos/.
1515
- nosetests -s -v ut/
1616
deploy:
1717
provider: pypi

qcloud_cos/cos_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2784,7 +2784,6 @@ def _upload_part(self, bucket, key, local_path, offset, size, part_num, uploadid
27842784

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

0 commit comments

Comments
 (0)