Skip to content

Commit

Permalink
ui: more verbose progress
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Feb 14, 2020
1 parent 0724e7e commit 37850cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/remote/base.py
Expand Up @@ -234,7 +234,7 @@ def _get_dir_info_checksum(self, dir_info):

from_info = PathInfo(tmp)
to_info = self.cache.path_info / tmp_fname("")
self.cache.upload(from_info, to_info, no_progress_bar=True)
self.cache.upload(from_info, to_info, no_progress_bar=False)

checksum = self.get_file_checksum(to_info) + self.CHECKSUM_DIR_SUFFIX
return checksum, to_info
Expand Down

0 comments on commit 37850cb

Please sign in to comment.