Skip to content

Commit

Permalink
generic: return when done copying
Browse files Browse the repository at this point in the history
Regression from #199 🤦
  • Loading branch information
efiop committed Mar 2, 2023
1 parent a0a1739 commit 04b12d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dvc_objects/fs/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def transfer(
batch_size=batch_size,
on_error=on_error,
)
continue
return
try:
_try_links(
links,
Expand Down

0 comments on commit 04b12d0

Please sign in to comment.