Pylint fix

This commit is contained in:
rallytime 2016-02-11 11:34:27 -07:00
parent 337592ec56
commit 1da03da9df

View file

@ -209,7 +209,7 @@ def create(server_):
if server_['profile'] and config.is_profile_configured(__opts__,
__active_provider_name__ or 'scaleway',
server_['profile'],
vm_=vm_) is False:
vm_=server_) is False:
return False
except AttributeError:
pass