Bugfix: typo
This commit is contained in:
parent
1235269da0
commit
b84d4eb6b8
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ def download_windows_updates():
|
|||
for winver, v2 in v.items():
|
||||
for arch, url in v2.items():
|
||||
name = 'KB{}-Windows{}-x{}.msu'.format(kb, winver, arch)
|
||||
if not os.path.exists(r'{}\{}'.format(dest, name):
|
||||
if not os.path.exists(r'{}\{}'.format(dest, name)):
|
||||
download_generic(dest, name, url)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue