fix: re-add out_file

This commit is contained in:
Peter Njeim 2022-05-20 19:06:05 -03:00
parent 9c79cb55e3
commit 95ee26620f

View File

@ -273,6 +273,8 @@ jobs:
print(f"downloading link: {link}", flush=True)
out_file = "gapps.zip"
if not os.path.isfile(out_file):
request.get(link)
print("done", flush=True)