Skip to content
Snippets Groups Projects
Commit 4c527042 authored by Chris Hines's avatar Chris Hines
Browse files

Typo in class name

parent 4b8bf201
No related branches found
No related tags found
2 merge requests!11Dev,!7Dev
Pipeline #7348 passed
......@@ -409,7 +409,7 @@ class AppInstance(Resource):
try:
data = json.loads(res['stdout'].decode())
return data
except json.decoder.JSONDecoderError as e:
except json.decoder.JSONDecodeError as e:
logger.error(res['stderr']+res['stdout'])
message="I'm having trouble using ssh to find out about that application"
flask_restful.abort(400, message=message)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment