src/eric7/MicroPython/MicroPythonDevices.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9498
d48061567354
child 9614
9c9475e3ca34
--- a/src/eric7/MicroPython/MicroPythonDevices.py	Tue Dec 06 16:57:54 2022 +0100
+++ b/src/eric7/MicroPython/MicroPythonDevices.py	Tue Dec 06 17:35:41 2022 +0100
@@ -534,7 +534,7 @@
             Plotter and a reason why it cannot.
         @rtype tuple of (bool, str)
         """
-        return False, self.tr("Running scripts is not supported by this" " device.")
+        return False, self.tr("Running scripts is not supported by this device.")
 
     def runScript(self, script):
         """

eric ide

mercurial