[Pywps-commits] r359 - trunk/pywps/Wps
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Jun 4 15:43:40 CEST 2007
Author: jachym
Date: 2007-06-04 15:43:39 +0200 (Mon, 04 Jun 2007)
New Revision: 359
Modified:
trunk/pywps/Wps/settings.py
Log:
another exception caught
Modified: trunk/pywps/Wps/settings.py
===================================================================
--- trunk/pywps/Wps/settings.py 2007-06-04 13:13:40 UTC (rev 358)
+++ trunk/pywps/Wps/settings.py 2007-06-04 13:43:39 UTC (rev 359)
@@ -63,6 +63,8 @@
except AttributeError,e:
if str(e) == "'module' object has no attribute 'grassenv'":
pass
+ else if str(e) == "'bool' object has no attribute 'grassenv'"
+ pass
else:
raise AttributeError(e)
ret = _checkPaths(default,grass)
More information about the Pywps-commits
mailing list