Skip to content

Commit

Permalink
More #notests
Browse files Browse the repository at this point in the history
  • Loading branch information
squeaky-pl committed Aug 26, 2024
1 parent d403e61 commit b7385e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/block-stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ def run(limit: int, after: str) -> None:
for block in blocks:
data = blockstore.get_from_blockstore(block.data_sha256)
print(
block.data_sha256,
block.filename,
block.id,
block.filename or "no-filename",
block.size if data else None,
[(part.content_disposition, part.message_id) for part in block.parts],
)
Expand Down

0 comments on commit b7385e1

Please sign in to comment.