[Pywps-commits] r866 - trunk/pywps/Process
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Nov 6 15:08:18 CET 2009
Author: jachym
Date: 2009-11-06 15:08:17 +0100 (Fri, 06 Nov 2009)
New Revision: 866
Modified:
trunk/pywps/Process/InAndOutputs.py
Log:
typo fix
Modified: trunk/pywps/Process/InAndOutputs.py
===================================================================
--- trunk/pywps/Process/InAndOutputs.py 2009-11-06 11:25:03 UTC (rev 865)
+++ trunk/pywps/Process/InAndOutputs.py 2009-11-06 14:08:17 UTC (rev 866)
@@ -453,9 +453,9 @@
self.format = format
return
if self.format == None:
- self.onProblem("InvalidParameterValue","Files mimeType ["+
- ms.file(fout.name())" does not correspond with allowed
- mimeType values, which can be on from ["+ mimeTypes+"]")
+ self.onProblem("InvalidParameterValue",
+ "Files mimeType ["+ ms.file(fout.name()) +
+ " does not correspond with allowed mimeType values, which can be on from ["+ mimeTypes+"]")
def onMaxFileSizeExceeded(self, why):
More information about the Pywps-commits
mailing list