Fix comment

This commit is contained in:
Sumner Evans
2021-01-03 13:35:35 -07:00
parent 1b3cfc9a49
commit c26238cf72

View File

@@ -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)