src/eric7/EricXML/MultiProjectReader.py

branch
eric7
changeset 10503
6a37b6ac3928
parent 10439
21c28b0f9e41
--- a/src/eric7/EricXML/MultiProjectReader.py	Sun Jan 14 13:02:05 2024 +0100
+++ b/src/eric7/EricXML/MultiProjectReader.py	Tue Jan 16 14:18:52 2024 +0100
@@ -89,7 +89,7 @@
             name="",
             file="",
             uid=uid if uid else QUuid.createUuid().toString(),
-            master=self.toBool(self.attribute("isMaster", "False")),
+            main=self.toBool(self.attribute("isMaster", "False")),
         )
 
         while not self.atEnd():

eric ide

mercurial