[Mpuls-commits] r5543 - base/trunk/mpulsweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Nov 4 18:36:21 CET 2011


Author: bh
Date: 2011-11-04 18:36:20 +0100 (Fri, 04 Nov 2011)
New Revision: 5543

Modified:
   base/trunk/mpulsweb/lib/export.py
Log:
Revert changeset 5538. It's the wrong approach to fix mpuls/issue2607.
The actual defect was in libformed where the issue has now been fixed
with revision 564:5e48788be182.


Modified: base/trunk/mpulsweb/lib/export.py
===================================================================
--- base/trunk/mpulsweb/lib/export.py	2011-11-04 12:34:05 UTC (rev 5542)
+++ base/trunk/mpulsweb/lib/export.py	2011-11-04 17:36:20 UTC (rev 5543)
@@ -165,8 +165,7 @@
                     rows[table_name][name] = child.text
 
         for table_name, row in rows.iteritems():
-            if table_name in self.tables:
-                self.tables[table_name].append(row)
+            self.tables[table_name].append(row)
 
 
 #



More information about the Mpuls-commits mailing list