src/eric7/EricXML/PluginRepositoryReader.py

branch
eric7
changeset 10322
cc0db1afd763
parent 10314
1f7d52f024b1
child 10439
21c28b0f9e41
--- a/src/eric7/EricXML/PluginRepositoryReader.py	Sat Nov 18 15:18:17 2023 +0100
+++ b/src/eric7/EricXML/PluginRepositoryReader.py	Sat Nov 18 15:18:38 2023 +0100
@@ -72,7 +72,7 @@
             "version": "",
             "filename": "",
             "status": self.attribute("status", "unknown"),
-            "category": self.attribute("category", "not categorized")
+            "category": self.attribute("category", "not categorized"),
         }
 
         while not self.atEnd():

eric ide

mercurial