Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-ya committed May 19, 2024
1 parent 13c5bdd commit 0f04a84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions outpostcli/lfs/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,7 @@ def on_progress(oid: str, uploaded_bytes: int):
# After the initiation exchange, git-lfs will send any number of
# transfer requests to the stdin of the transfer process, in a serial sequence.
while True:
_log.info("h")
msg = read_msg()
_log.info("new message: ", msg)
if msg is None:
# When all transfers have been processed, git-lfs will send
# a terminate event to the stdin of the transfer process.
Expand Down

0 comments on commit 0f04a84

Please sign in to comment.