diff --git a/python_rpc/http_downloader.py b/python_rpc/http_downloader.py index 5c4a701a..a383a403 100644 --- a/python_rpc/http_downloader.py +++ b/python_rpc/http_downloader.py @@ -41,6 +41,7 @@ class HttpDownloader: ) except Exception as e: print(f"error running hydra-httpdl: {e}") + return None def get_download_status(self):