Skip to content

Commit

Permalink
fix: 馃悰 Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar committed Apr 18, 2024
1 parent efce6e0 commit 7ab381f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/blockwise/dummy_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def io_loop():
break

# Do the blockwise process
print(f"processing block: {block.roi}, using arg: {arg}")
print(f"processing block: {block.id}, with read_roi: {block.read_roi}, using arg: {arg}")
# DO SOMETHING WITH THE BLOCK

if return_io_loop:
Expand Down

0 comments on commit 7ab381f

Please sign in to comment.