PipxInterface/Pipx.py

changeset 19
70b187d5a9df
parent 15
2fb8d19c38ae
child 23
4c18addf12b2
--- a/PipxInterface/Pipx.py	Fri Jun 28 17:24:18 2024 +0200
+++ b/PipxInterface/Pipx.py	Fri Jun 28 19:11:24 2024 +0200
@@ -135,7 +135,7 @@
                     return True, output
                 else:
                     error = str(process.readAllStandardError(), ioEncoding, "replace")
-                    msg = self.tr("<p>Message:{0}</p>").format(error) if error else ""
+                    msg = self.tr("<p>Message: {0}</p>").format(error) if error else ""
                     return (
                         False,
                         self.tr("<p>pipx exited with an error ({0}).</p>{1}").format(

eric ide

mercurial