[Pywps-commits] r961 - trunk/pywps/Wps
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Jul 30 14:33:17 CEST 2010
Author: jachym
Date: 2010-07-30 14:33:16 +0200 (Fri, 30 Jul 2010)
New Revision: 961
Modified:
trunk/pywps/Wps/__init__.py
Log:
fixed bug in metadata describeprocess format string
Modified: trunk/pywps/Wps/__init__.py
===================================================================
--- trunk/pywps/Wps/__init__.py 2010-07-01 12:25:10 UTC (rev 960)
+++ trunk/pywps/Wps/__init__.py 2010-07-30 12:33:16 UTC (rev 961)
@@ -394,8 +394,8 @@
metaStructure["href"] = metad["href"]
else:
metaStructure["href"] = config.getConfigValue("wps","serveraddress")+\
- "?service=WPS&request=DescribeProcess&version="+config.getConfigValue("wps","version")+\
- "&identifier="+ process.identifier
+ "?service=WPS&request=DescribeProcess&version="+config.getConfigValue("wps","version")+\
+ "&identifier="+ process.identifier
metadatas.append(metaStructure)
More information about the Pywps-commits
mailing list