[Pywps-commits] r865 - trunk/pywps/Process

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Nov 6 12:25:03 CET 2009


Author: jachym
Date: 2009-11-06 12:25:03 +0100 (Fri, 06 Nov 2009)
New Revision: 865

Modified:
   trunk/pywps/Process/InAndOutputs.py
Log:
line break fix

Modified: trunk/pywps/Process/InAndOutputs.py
===================================================================
--- trunk/pywps/Process/InAndOutputs.py	2009-11-06 11:24:11 UTC (rev 864)
+++ trunk/pywps/Process/InAndOutputs.py	2009-11-06 11:25:03 UTC (rev 865)
@@ -347,8 +347,8 @@
                     base64.decode(open(fout.name+".base64"),
                                 open(fout.name,"w"))
                 except:
-                    self.onProblem("NoApplicableCode","Could not convert
-                            text input to binary using base64 encoding.")
+                    self.onProblem("NoApplicableCode",
+                    "Could not convert text input to binary using base64 encoding.")
 
                 
 



More information about the Pywps-commits mailing list