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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Nov 21 15:56:06 CET 2011


Author: roland
Date: 2011-11-21 15:56:05 +0100 (Mon, 21 Nov 2011)
New Revision: 5632

Modified:
   base/trunk/mpulsweb/lib/export.py
Log:
issue2670: correctly export nested repeat groups

Modified: base/trunk/mpulsweb/lib/export.py
===================================================================
--- base/trunk/mpulsweb/lib/export.py	2011-11-21 12:52:57 UTC (rev 5631)
+++ base/trunk/mpulsweb/lib/export.py	2011-11-21 14:56:05 UTC (rev 5632)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 from StringIO import StringIO
 import logging
 import itertools
@@ -123,7 +124,6 @@
                         table_name = p.getName()
                         table_title = p.getDescription()
                         repeat_groups.add(table_name)
-                        break
 
                 if table_name not in table_columns:
                     table_order.append(table_name)



More information about the Mpuls-commits mailing list