Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
kramstrom committed Jul 12, 2024
1 parent 47b0a63 commit dde885c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modal/cli/_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async def consumer():
async for chunk in volume.read_file(entry.path):
b += fp.write(chunk)
progress_cb(task_id=progress_task_id, advance=len(chunk))
logger.debug(f"Wrote {b} bytes to {output_path}", file=sys.stderr)
logger.debug(f"Wrote {b} bytes to {output_path}")
progress_cb(task_id=progress_task_id, complete=True)
elif entry.type == FileEntryType.DIRECTORY:
output_path.mkdir(parents=True, exist_ok=True)
Expand Down

0 comments on commit dde885c

Please sign in to comment.