mirror of
https://github.com/exo-explore/exo.git
synced 2026-02-19 23:36:30 -05:00
Compare commits
1 Commits
feat/bug-r
...
fix-partia
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
526cd9f333 |
@@ -324,7 +324,7 @@ class DownloadCoordinator:
|
|||||||
shard_metadata=progress.shard,
|
shard_metadata=progress.shard,
|
||||||
total_bytes=progress.total_bytes,
|
total_bytes=progress.total_bytes,
|
||||||
)
|
)
|
||||||
elif progress.downloaded_bytes_this_session.in_bytes == 0:
|
elif progress.downloaded_bytes.in_bytes == 0:
|
||||||
status = DownloadPending(
|
status = DownloadPending(
|
||||||
node_id=self.node_id,
|
node_id=self.node_id,
|
||||||
shard_metadata=progress.shard,
|
shard_metadata=progress.shard,
|
||||||
|
|||||||
Reference in New Issue
Block a user