Fixed an issue in the multi project XML reader. 5_4_x

Sat, 11 Jan 2014 15:33:07 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 11 Jan 2014 15:33:07 +0100
branch
5_4_x
changeset 3198
8c9eb883b2a0
parent 3195
83c880ac1893
child 3199
564d4e8ae27a

Fixed an issue in the multi project XML reader.

E5XML/MultiProjectReader.py file | annotate | diff | comparison | revisions
--- a/E5XML/MultiProjectReader.py	Sat Jan 11 13:49:07 2014 +0100
+++ b/E5XML/MultiProjectReader.py	Sat Jan 11 15:33:07 2014 +0100
@@ -61,7 +61,7 @@
         """
         while not self.atEnd():
             self.readNext()
-            if self.isEndElement() and self.name() == "Task":
+            if self.isEndElement() and self.name() == "Projects":
                 break
             
             if self.isStartElement():

eric ide

mercurial