mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Lint fix
This commit is contained in:
parent
ed2b459d40
commit
4c531fe968
@ -356,8 +356,8 @@ def loaded(name, source=None, source_hash='', force=False):
|
||||
remove_image = __salt__['docker.remove_image']
|
||||
remove_info = remove_image(name)
|
||||
if not remove_info['status']:
|
||||
return _invalid(name=name,
|
||||
comment='Image could not be removed: {0}'.format(name))
|
||||
return _invalid(name=name,
|
||||
comment='Image could not be removed: {0}'.format(name))
|
||||
|
||||
load = __salt__['docker.load']
|
||||
returned = load(tmp_filename)
|
||||
|
Loading…
Reference in New Issue
Block a user