From a7ef5c343b96ec5f6a948b3bf4c4c311cca51858 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Fri, 21 Jun 2013 12:10:29 +0530 Subject: [PATCH] pep8 - long line complaint. .. and inline comment complaint. Signed-off-by: Prasanna Santhanam Signed-off-by: Prasanna Santhanam --- tools/marvin/marvin/cloudstackConnection.py | 2 +- tools/marvin/marvin/jsonHelper.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/marvin/marvin/cloudstackConnection.py b/tools/marvin/marvin/cloudstackConnection.py index b092ef0c32f..9ccf5e27368 100644 --- a/tools/marvin/marvin/cloudstackConnection.py +++ b/tools/marvin/marvin/cloudstackConnection.py @@ -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 diff --git a/tools/marvin/marvin/jsonHelper.py b/tools/marvin/marvin/jsonHelper.py index a583d1d9116..f9405086d3b 100644 --- a/tools/marvin/marvin/jsonHelper.py +++ b/tools/marvin/marvin/jsonHelper.py @@ -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: