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:
Prasanna Santhanam 2013-06-21 12:10:29 +05:30
parent 6b34943622
commit a7ef5c343b
2 changed files with 3 additions and 2 deletions

View File

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

View File

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