Skip to content

Commit 274fa1c

Browse files
committed
wip
1 parent d00bd4d commit 274fa1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvc/remote/gdrive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def _gdrive_download_file(
403403
with Tqdm(
404404
bar_format=bar_format, desc=progress_desc, disable=no_progress_bar
405405
):
406-
gdrive_file.GetContentFile(to_file)
406+
gdrive_file.GetContentFile(to_file) # TODO: actually use pbar
407407

408408
@_gdrive_retry
409409
def _gdrive_delete_file(self, item_id):

0 commit comments

Comments
 (0)