src/eric7/PipInterface/Pip.py

branch
eric7
changeset 10372
1444b4bee64b
parent 10209
8bb763e85937
child 10373
093dcebe5ecb
diff -r 1f54843e8152 -r 1444b4bee64b src/eric7/PipInterface/Pip.py
--- a/src/eric7/PipInterface/Pip.py	Sun Dec 03 16:32:00 2023 +0100
+++ b/src/eric7/PipInterface/Pip.py	Sun Dec 03 16:44:52 2023 +0100
@@ -130,7 +130,7 @@
                 process.waitForFinished(2000)
                 process.kill()
                 process.waitForFinished(3000)
-                return False, self.tr("python did not finish within" " 30 seconds.")
+                return False, self.tr("python did not finish within 30 seconds.")
 
         return False, self.tr("python could not be started.")
 

eric ide

mercurial