Fix comment
This commit is contained in:
@@ -423,9 +423,8 @@ class AdapterManager:
|
|||||||
if resource_downloading:
|
if resource_downloading:
|
||||||
logging.info(f"{uri} already being downloaded.")
|
logging.info(f"{uri} already being downloaded.")
|
||||||
|
|
||||||
# The resource is already being downloaded. Busy loop until
|
# The resource is already being downloaded. Busy loop until it has
|
||||||
# it has completed. Then, just return the path to the
|
# completed. Then, just return the path to the resource.
|
||||||
# resource.
|
|
||||||
t = 0.0
|
t = 0.0
|
||||||
while id in AdapterManager.current_download_ids and t < 20:
|
while id in AdapterManager.current_download_ids and t < 20:
|
||||||
sleep(0.2)
|
sleep(0.2)
|
||||||
|
Reference in New Issue
Block a user