Skip to content

Commit

Permalink
minor unreachable code move
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Aug 21, 2019
1 parent 5aa9a2f commit e701221
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dvc/remote/ssh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,5 @@ def exists_with_progress(chunks):
results = executor.map(exists_with_progress, chunks)
in_remote = itertools.chain.from_iterable(results)
ret = list(itertools.compress(checksums, in_remote))
pbar.update_desc("", 0) # clear path name description
return ret

pbar.update_desc("", 0) # clear path name description

0 comments on commit e701221

Please sign in to comment.