mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
Fixed typo related to f.close() (#155)
This commit is contained in:
parent
c770a2ba7d
commit
ed2529e620
@ -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
|
||||
|
@ -112,4 +112,4 @@ for i, v, f in identities:
|
||||
tmpdownlist.writelines(f'https://aka.ms/Microsoft.VCLibs.{arch}.14.00.Desktop.appx\n')
|
||||
tmpdownlist.writelines(f' dir={download_dir}\n')
|
||||
tmpdownlist.writelines(f' out=vclibs-{arch}.appx\n')
|
||||
tmpdownlist.close
|
||||
tmpdownlist.close()
|
||||
|
Loading…
Reference in New Issue
Block a user