X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=manifold%2Fmanifoldproxy.py;h=9f014971972f7c3851017006d32971ef5d850d7d;hb=946cac8a131ad6d33229833a3c38df6bd9e37e2f;hp=720e5646596572a44bec45b1bcfca14aee3985a5;hpb=1aea42c3668602aacfe22bc762ee939672129f53;p=myslice.git 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()