Skip to content

Commit

Permalink
Merge pull request #43 from CBIIT/CRDCDH-2087-001-pgu
Browse files Browse the repository at this point in the history
Crdcdh 2087
  • Loading branch information
n2iw authored Dec 4, 2024
2 parents b52a4b9 + 58d0c91 commit 8bd089a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/s3util.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def get_object_size(self, key):
def same_size_file_exists(self, key, file_size):
file_size1, msg = self.get_object_size(key)
if msg:
self.log.error(msg)
# self.log.error(msg)
return False
return file_size == file_size1

Expand Down

0 comments on commit 8bd089a

Please sign in to comment.