[Pywps-commits] r832 - branches/pywps-3.0/pywps/Parser
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed May 20 08:40:04 CEST 2009
Author: jachym
Date: 2009-05-20 08:40:04 +0200 (Wed, 20 May 2009)
New Revision: 832
Modified:
branches/pywps-3.0/pywps/Parser/Execute.py
Log:
merged rev. 831 from trunk
Modified: branches/pywps-3.0/pywps/Parser/Execute.py
===================================================================
--- branches/pywps-3.0/pywps/Parser/Execute.py 2009-05-20 06:39:02 UTC (rev 831)
+++ branches/pywps-3.0/pywps/Parser/Execute.py 2009-05-20 06:40:04 UTC (rev 832)
@@ -163,8 +163,7 @@
outputNode.getAttributeNS(self.nameSpace,"uom")
outputs[-1]["asreference"] = False
- if outputNode.getAttributeNS(
- self.nameSpace,"asReference").lower() == "true":
+ if outputNode.getAttributeNS("asReference").lower() == "true":
outputs[-1]["asreference"] = True
form["responsedocument"]["outputs"] = outputs
More information about the Pywps-commits
mailing list