Little improvement to the plug-in archive creation function.

Fri, 14 Oct 2016 20:05:30 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 14 Oct 2016 20:05:30 +0200
changeset 5232
496d4857f690
parent 5231
42b6d31d207f
child 5233
1b31a9acc22d
child 5239
27f56dc07b5b

Little improvement to the plug-in archive creation function.

Project/Project.py file | annotate | diff | comparison | revisions
--- a/Project/Project.py	Thu Oct 13 18:54:43 2016 +0200
+++ b/Project/Project.py	Fri Oct 14 20:05:30 2016 +0200
@@ -4785,7 +4785,7 @@
                 None,
                 self.tr("Create Plugin Archive"),
                 self.tr("Select a package list file:"),
-                pkglists,
+                sorted(pkglists),
                 0, False)
             if not ok or not pkglist:
                 E5MessageBox.critical(

eric ide

mercurial