src/eric7/Testing/TestingWidget.py

branch
eric7
changeset 10451
aa89d938d5cf
parent 10442
bf4a24c55c57
child 10452
5e262757999c
--- a/src/eric7/Testing/TestingWidget.py	Sun Dec 31 13:56:09 2023 +0100
+++ b/src/eric7/Testing/TestingWidget.py	Sun Dec 31 14:11:11 2023 +0100
@@ -1470,7 +1470,10 @@
                 self.tr(
                     "<p>There was an error while discovering tests in <b>{0}</b>.</p>"
                     "<p>{1}</p>"
-                ).format("<br/>".join(error.splitlines())),
+                ).format(
+                    self.discoveryPicker.currentText(),
+                    "<br/>".join(error.splitlines()),
+                ),
             )
 
     def __testDiscoveryProcessFinished(self, results, output):  # noqa: U100

eric ide

mercurial