mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
This commit is contained in:
parent
485bfc0fd6
commit
63fb687a44
@ -207,7 +207,8 @@ class DownloadStatus:
|
||||
# a download is considered active if it has at least one outstanding
|
||||
# read() call
|
||||
for r_ev in self.read_events:
|
||||
if r_ev["finish_time"] is None:
|
||||
(ign1, ign2, ign3, finishtime, ign4, ign5, ign6) = r_ev
|
||||
if finishtime is None:
|
||||
return True
|
||||
return False
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user