Skip to content
Snippets Groups Projects
Commit 7cac3ed8 authored by Vermaat's avatar Vermaat
Browse files

Revert skip_depth=2 in JSON output

git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@615 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
parent 52ed8aac
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,10 @@ from mutalyzer.services import rpc
# HTTP/RPC application.
# Output JSON can be made more consise by specifying skip_depth=2 in the
# JsonObject constructor, but to match the API documentation better (and hence
# have more predictable behaviour) we leave it out.
application = Application([rpc.MutalyzerService], tns=mutalyzer.SOAP_NAMESPACE,
in_protocol=HttpRpc(),
out_protocol=JsonObject(skip_depth=2),
out_protocol=JsonObject(),
name='Mutalyzer')
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