diff --git a/.github/scripts/hypo/s3.py b/.github/scripts/hypo/s3.py index 60006ade6f01..2846e7f5e4c0 100644 --- a/.github/scripts/hypo/s3.py +++ b/.github/scripts/hypo/s3.py @@ -229,7 +229,7 @@ def remove_object(self, obj:str, alias=ROOT_ALIAS): result2 = self.client2.do_remove_object(bucket_name, object_name, alias) assert self.equal(result1, result2), f'\033[31mremove_object:\nresult1 is {result1}\nresult2 is {result2}\033[0m' if isinstance(result1, Exception): - return object_name + return obj else: return multiple()