[Pywps-commits] r559 - trunk/pywps/WPS

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Sep 1 23:06:39 CEST 2008


Author: jachym
Date: 2008-09-01 23:06:39 +0200 (Mon, 01 Sep 2008)
New Revision: 559

Modified:
   trunk/pywps/WPS/Execute.py
Log:
bugfix

Modified: trunk/pywps/WPS/Execute.py
===================================================================
--- trunk/pywps/WPS/Execute.py	2008-09-01 20:45:38 UTC (rev 558)
+++ trunk/pywps/WPS/Execute.py	2008-09-01 21:06:39 UTC (rev 559)
@@ -742,8 +742,7 @@
             grass = Grass.Grass(self)
             if self.process.grassLocation == True:
                 grass.mkMapset()
-            elif
-            os.path.exists(os.path.join(self.wps.getConfigValue("grass","gisdbase"),self.process.grassLocation):
+            elif os.path.exists(os.path.join(self.wps.getConfigValue("grass","gisdbase"),self.process.grassLocation)):
                 grass.mkMapset(self.process.grassLocation)
             else:
                 self.cleanEnv()



More information about the Pywps-commits mailing list