mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
INFRA-5978 - pylint / whitespace fix
This commit is contained in:
parent
c2210aaf7c
commit
021692b6c9
1 changed files with 1 additions and 1 deletions
|
@ -1509,7 +1509,7 @@ def accept_vpc_peering_connection(name=None, conn_id=None, conn_name=None,
|
|||
if not pending:
|
||||
ret['result'] = True
|
||||
ret['changes'].update({'old':
|
||||
'No pending VPC peering connection found. Nothing to be done.' })
|
||||
'No pending VPC peering connection found. Nothing to be done.'})
|
||||
return ret
|
||||
|
||||
if __opts__['test']:
|
||||
|
|
Loading…
Add table
Reference in a new issue