Skip to content

Commit

Permalink
update to 1.9.0.0 (#310)
Browse files Browse the repository at this point in the history
* update to 1.9.0.0

* ret fix

---------

Co-authored-by: lewzylu(卢众意) <[email protected]>
  • Loading branch information
lewzylu and lewzylu(卢众意) authored Feb 17, 2024
1 parent 8ba6a25 commit 3d1c54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coscmd/cos_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ def delete_folder(self, cos_path, **kwargs):
# delete the remaining files
if self._file_num == 0:
logger.info(u"The directory does not exist")
return -1
return 0
logger.info(u"Delete the remaining files again")
self.delete_folder_redo(cos_path, **kwargs)
self._fail_num = self._file_num - self._have_finished
Expand Down

0 comments on commit 3d1c54d

Please sign in to comment.