Skip to content

Commit

Permalink
parts
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-ya committed May 19, 2024
1 parent 703fb8c commit 6f705fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outpostcli/lfs/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def on_progress(oid: str, uploaded_bytes: int):
raise
# Not precise but that's ok.

print(parts)
_log.info(parts)
r = requests.post(
completion_url,
json={
Expand Down

0 comments on commit 6f705fe

Please sign in to comment.