Corrected an issue in the pip interface. eric7

Wed, 05 Jun 2024 11:48:00 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 05 Jun 2024 11:48:00 +0200
branch
eric7
changeset 10740
2f76bfb902bc
parent 10739
3b2d228db064
child 10741
3a471962bb10

Corrected an issue in the pip interface.

src/eric7/PipInterface/Pip.py file | annotate | diff | comparison | revisions
--- a/src/eric7/PipInterface/Pip.py	Wed Jun 05 10:38:27 2024 +0200
+++ b/src/eric7/PipInterface/Pip.py	Wed Jun 05 11:48:00 2024 +0200
@@ -977,7 +977,7 @@
         packages = (
             self.__extractOutdatedPackages(proc)
             if exitStatus == QProcess.ExitStatus.NormalExit and exitCode == 0
-            else []
+            else {}
         )
         callback(packages)
         self.__outdatedProc = None

eric ide

mercurial