Bugfix: find_windows_image()
This commit is contained in:
parent
5e5d5834d9
commit
8d729d9066
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ def find_windows_image(windows_version):
|
|||
mount_windows_share()
|
||||
if WINDOWS_SERVER['Mounted']:
|
||||
for ext in ['esd', 'wim', 'swm']:
|
||||
path = r'\\{}\{}\images\{}.ext'.format(
|
||||
path = r'\\{}\{}\images\{}.{}'.format(
|
||||
WINDOWS_SERVER['IP'],
|
||||
WINDOWS_SERVER['Share'],
|
||||
imagefile,
|
||||
|
|
|
|||
Loading…
Reference in a new issue