Fix lint issue.

This commit is contained in:
Ross Perkins 2015-03-11 11:36:34 -07:00
parent 159d38e757
commit cad2659d30

View File

@ -129,7 +129,7 @@ def installed(name,
if did_install is True:
install_status = ""
else
else:
install_status = "not "
ret['comment'] = 'The state of "{0}" will be changed.'.format(name)