X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=manifold%2Fmanifoldproxy.py;h=9f014971972f7c3851017006d32971ef5d850d7d;hp=720e5646596572a44bec45b1bcfca14aee3985a5;hb=946cac8a131ad6d33229833a3c38df6bd9e37e2f;hpb=5abab265d806d9de899ead6e896feb4afdf20540 diff --git a/manifold/manifoldproxy.py b/manifold/manifoldproxy.py index 720e5646..9f014971 100644 --- a/manifold/manifoldproxy.py +++ b/manifold/manifoldproxy.py @@ -107,8 +107,8 @@ with the query passed using POST""" return HttpResponse (json_answer, mimetype="application/json") - except: - print "** PROXY ERROR **" + except Exception,e: + print "** PROXY ERROR **",e import traceback traceback.print_exc()