Skip to content

Commit 1ab4d05

Browse files
author
libertyzhu
committed
fix comments
1 parent 6a009c4 commit 1ab4d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qcloud_cos/cos_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2978,7 +2978,7 @@ def list_bucket_inventory_configurations(self, Bucket, ContinuationToken=None, *
29782978
)
29792979
if 'InventoryConfiguration' in resp:
29802980
for conf in resp['InventoryConfiguration']:
2981-
id = 'ID-{}'.format(i)
2981+
print(conf)
29822982
if resp['IsTruncated'] == 'true':
29832983
continuation_token = resp['NextContinuationToken']
29842984
else:

0 commit comments

Comments
 (0)