ProjectDjango/Project.py

branch
eric7
changeset 176
1395e0583f4e
parent 175
30cb5e553e7e
child 178
60c87e256fc7
--- a/ProjectDjango/Project.py	Thu Dec 30 11:20:00 2021 +0100
+++ b/ProjectDjango/Project.py	Thu Dec 30 11:58:36 2021 +0100
@@ -2447,7 +2447,7 @@
         """
         Private slot to revert all migrations of an application.
         """
-        apps = list(sorted(self.__getMigrations().keys()))
+        apps = sorted(self.__getMigrations().keys())
         if not apps:
             EricMessageBox.information(
                 None,

eric ide

mercurial