Skip to content

Commit

Permalink
Lint, rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
cro committed Jun 29, 2016
1 parent 9852d81 commit 56da130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/modules/vsphere.py
Original file line number Diff line number Diff line change
Expand Up @@ -3841,7 +3841,7 @@ def add_host_to_dvs(host, username, password, vmknic_name, vmnic_name,
ret[host_name].update({'status': True})
except Exception as e:
if hasattr(e, 'msg'):
ret[host_name].update({'message':'Failed to migrate adapters ({0})'.format(e.msg)})
ret[host_name].update({'message': 'Failed to migrate adapters ({0})'.format(e.msg)})
continue
else:
raise
Expand Down

0 comments on commit 56da130

Please sign in to comment.