Useless
dl / lint (push) Successful in 1m34s Details
dl / docker (push) Successful in 56s Details

This commit is contained in:
Michel Roux 2023-10-02 16:02:19 +02:00
parent bd7d25ff97
commit bed1ecc552
1 changed files with 0 additions and 2 deletions

View File

@ -37,8 +37,6 @@ def download(path, file):
stdout=sys.stdout,
)
except subprocess.CalledProcessError:
print(f"Removing {path}/{file}")
os.remove(os.path.join(path, file))
print("Waiting for 10 minutes ...")
time.sleep(10 * 60)
download(path, file)