mirror of https://github.com/apache/cloudstack.git
pep8 - long line complaint.
.. and inline comment complaint. Signed-off-by: Prasanna Santhanam <tsp@apache.org> Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
6b34943622
commit
a7ef5c343b
|
|
@ -38,7 +38,7 @@ class cloudConnection(object):
|
|||
apiKey=None, securityKey=None,
|
||||
asyncTimeout=3600, logging=None, scheme='http',
|
||||
path='client/api'):
|
||||
self.loglevel() #Turn off requests logs
|
||||
self.loglevel() # Turn off requests logs
|
||||
self.apiKey = apiKey
|
||||
self.securityKey = securityKey
|
||||
self.mgtSvr = mgtSvr
|
||||
|
|
|
|||
|
|
@ -241,7 +241,8 @@ if __name__ == "__main__":
|
|||
"queryasyncjobresultresponse" : {
|
||||
"errorcode" : 431,
|
||||
"errortext" :
|
||||
"Unable to execute API command queryasyncjobresultresponse due to missing parameter jobid"
|
||||
"Unable to execute API command queryasyncjobresultresponse \
|
||||
due to missing parameter jobid"
|
||||
}
|
||||
}'''
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in New Issue