Fixed pylint error at line 363

This commit is contained in:
Shouguan Lin 2015-05-07 14:57:44 -07:00
parent 5be5eb5b14
commit 0b4081d8f4

View file

@ -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))