Skip to content

Commit

Permalink
Review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-stakewise committed Sep 26, 2023
1 parent b5ae936 commit 351d61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw_utils/ipfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ async def _upload(self, coros: list) -> str:
ipfs_hash = max(ipfs_hashes, key=ipfs_hashes.get) # type: ignore
count = ipfs_hashes[ipfs_hash]
if count < self.quorum:
logger.warning('quorum: %s, ipfs_hashes: %s', self.quorum, ipfs_hashes)
logger.warning('quorum: %s, ipfs hashes: %s', self.quorum, ipfs_hashes)
raise IpfsException('Failed to reach the uploads quorum')

return ipfs_hash
Expand Down

0 comments on commit 351d61c

Please sign in to comment.