Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed May 5, 2020
1 parent d00bd4d commit 274fa1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/remote/gdrive.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ def _gdrive_download_file(
with Tqdm(
bar_format=bar_format, desc=progress_desc, disable=no_progress_bar
):
gdrive_file.GetContentFile(to_file)
gdrive_file.GetContentFile(to_file) # TODO: actually use pbar

@_gdrive_retry
def _gdrive_delete_file(self, item_id):
Expand Down

0 comments on commit 274fa1c

Please sign in to comment.