src/eric7/VirtualEnv/VirtualenvUpgradeExecDialog.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10439
21c28b0f9e41
child 11006
a671918232f3
diff -r d1a603a70f83 -r 9becf9ca115c src/eric7/VirtualEnv/VirtualenvUpgradeExecDialog.py
--- a/src/eric7/VirtualEnv/VirtualenvUpgradeExecDialog.py	Tue Apr 23 09:29:13 2024 +0200
+++ b/src/eric7/VirtualEnv/VirtualenvUpgradeExecDialog.py	Tue Apr 23 11:26:04 2024 +0200
@@ -109,7 +109,7 @@
             self.__finish(0, 0, giveUp=True)
 
     @pyqtSlot(int, QProcess.ExitStatus)
-    def __finish(self, exitCode, exitStatus, giveUp=False):
+    def __finish(self, exitCode, _exitStatus, giveUp=False):
         """
         Private slot called when the process finished.
 
@@ -118,7 +118,7 @@
 
         @param exitCode exit code of the process
         @type int
-        @param exitStatus exit status of the process
+        @param _exitStatus exit status of the process (unused)
         @type QProcess.ExitStatus
         @param giveUp flag indicating to not start another attempt
         @type bool

eric ide

mercurial