[Pywps-commits] r1053 - branches/pywps-3.2-soap/pywps
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Nov 4 16:36:41 CET 2010
Author: jesus
Date: 2010-11-04 16:36:41 +0100 (Thu, 04 Nov 2010)
New Revision: 1053
Modified:
branches/pywps-3.2-soap/pywps/response.py
Log:
Modified: branches/pywps-3.2-soap/pywps/response.py
===================================================================
--- branches/pywps-3.2-soap/pywps/response.py 2010-11-04 15:35:06 UTC (rev 1052)
+++ branches/pywps-3.2-soap/pywps/response.py 2010-11-04 15:36:41 UTC (rev 1053)
@@ -40,6 +40,7 @@
soap = Soap.SOAP()
response = soap.getResponse(response,soapVersion,isSoapExecute)
+
if isinstance(response,Exceptions.WPSException):
response = response.__str__()
More information about the Pywps-commits
mailing list