Fixed typo related to f.close() (#155)

This commit is contained in:
MilkClouds 2022-09-30 01:55:43 +09:00 committed by GitHub
parent c770a2ba7d
commit ed2529e620
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -67,4 +67,3 @@ with open(download_dir/tempScript, 'a') as f:
f.writelines(f' out={brand}-{arch}-{variant}.zip\n')
elif brand == "MindTheGapps":
f.writelines(f' out={brand}-{arch}.zip\n')
f.close