eric6/E5Gui/E5ProcessDialog.py

changeset 8217
385f60c94548
parent 8143
2c730d5fd177
child 8218
7c09585bd960
diff -r 6a042a54e0f7 -r 385f60c94548 eric6/E5Gui/E5ProcessDialog.py
--- a/eric6/E5Gui/E5ProcessDialog.py	Sat Apr 10 17:54:58 2021 +0200
+++ b/eric6/E5Gui/E5ProcessDialog.py	Sat Apr 10 18:31:17 2021 +0200
@@ -237,7 +237,7 @@
                     progress = int(match.group(1))
                     self.progressBar.setValue(progress)
                     if not s.endswith("\n"):
-                        s = s + "\n"
+                        s += "\n"
             self.resultbox.insertPlainText(s)
             self.resultbox.ensureCursorVisible()
             

eric ide

mercurial