Fixed a typo in a message of the Conda package. unittest

Thu, 12 May 2022 08:59:39 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 12 May 2022 08:59:39 +0200
branch
unittest
changeset 9060
eb17e1744940
parent 9059
e7fd342f8bfc
child 9061
22dab1be7953

Fixed a typo in a message of the Conda package.

eric7/CondaInterface/Conda.py file | annotate | diff | comparison | revisions
--- a/eric7/CondaInterface/Conda.py	Thu May 12 08:59:13 2022 +0200
+++ b/eric7/CondaInterface/Conda.py	Thu May 12 08:59:39 2022 +0200
@@ -705,7 +705,7 @@
                 process.kill()
                 process.waitForFinished(3000)
                 return False, self.tr("conda did not finish within"
-                                      " 30 seconds.")
+                                      " 3 seconds.")
         
         return False, self.tr("conda could not be started.")
     

eric ide

mercurial