mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Pylint fix
This commit is contained in:
parent
337592ec56
commit
1da03da9df
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue