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: