mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixed pylint error at line 363
This commit is contained in:
parent
5be5eb5b14
commit
0b4081d8f4
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ def query(params=None, setname=None, requesturl=None, location=None,
|
|||
provider['id'] + '/' + credential_scope + \
|
||||
', ' + 'SignedHeaders=' + signed_headers + \
|
||||
', ' + 'Signature=' + signature
|
||||
headers = {'x-amz-date':amz_date, 'Authorization':authorization_header}
|
||||
headers = {'x-amz-date': amz_date, 'Authorization': authorization_header}
|
||||
|
||||
log.debug('EC2 Request: {0}'.format(requesturl))
|
||||
log.trace('EC2 Request Parameters: {0}'.format(params_with_headers))
|
||||
|
|
Loading…
Add table
Reference in a new issue