[Pywps-commits] r763 - trunk/pywps/Wps
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Feb 4 12:25:52 CET 2009
Author: jachym
Date: 2009-02-04 12:25:51 +0100 (Wed, 04 Feb 2009)
New Revision: 763
Modified:
trunk/pywps/Wps/Execute.py
Log:
bugfix
Modified: trunk/pywps/Wps/Execute.py
===================================================================
--- trunk/pywps/Wps/Execute.py 2009-02-04 11:23:19 UTC (rev 762)
+++ trunk/pywps/Wps/Execute.py 2009-02-04 11:25:51 UTC (rev 763)
@@ -122,6 +122,7 @@
except Exception, e:
self.cleanEnv()
raise self.wps.exceptions.NoApplicableCode(e.__str__())
+ self.storeRequired = True
# is lineage required ?
lineageRequired = False
More information about the Pywps-commits
mailing list