mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
parent
6d2151cf9b
commit
c093b1ee8d
@ -1495,7 +1495,7 @@ def _parse_image_multilogs_string(ret, repo):
|
||||
for l in image_logs:
|
||||
if isinstance(l, dict):
|
||||
if l.get('status') == 'Download complete' and l.get('id'):
|
||||
infos = _get_image_infos(repo)
|
||||
infos = _get_image_infos(l['id'])
|
||||
break
|
||||
return image_logs, infos
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user