src/eric7/Utilities/BackgroundService.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10439
21c28b0f9e41
child 10697
8a609e4c71b6
--- a/src/eric7/Utilities/BackgroundService.py	Tue Apr 23 09:29:13 2024 +0200
+++ b/src/eric7/Utilities/BackgroundService.py	Tue Apr 23 11:26:04 2024 +0200
@@ -307,7 +307,7 @@
         interpreter = self.__getPythonInterpreter()
 
         # Tweak the processes list to reflect the changed interpreter
-        proc, inter = self.processes.pop("Python3", [None, None])
+        proc, _inter = self.processes.pop("Python3", [None, None])
         self.processes["Python3"] = proc, interpreter
 
         self.restartService("Python3")

eric ide

mercurial