commit
b489fbfbf6
|
@ -137,6 +137,9 @@ class DockerImageManager:
|
|||
self.changed = True
|
||||
|
||||
for chunk in stream:
|
||||
if not chunk:
|
||||
continue
|
||||
|
||||
chunk_json = json.loads(chunk)
|
||||
|
||||
if 'error' in chunk_json:
|
||||
|
|
Loading…
Reference in New Issue