We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb4a71 commit da37fc2Copy full SHA for da37fc2
1 file changed
src/together/filemanager.py
@@ -213,9 +213,6 @@ def download(
213
if not fetch_metadata:
214
file_size = int(response.headers.get("content-length", 0))
215
216
- # TODO: We are commenting this out while we figure out why we get file_size == 0.
217
- # assert file_size != 0, "Unable to retrieve remote file."
218
-
219
with tqdm(
220
total=file_size,
221
unit="B",
0 commit comments