eric6/MicroPython/GenericMicroPythonDevices.py

changeset 8099
522946e53835
parent 8082
2242a6a1d786
child 8110
c5af1d1d2a78
diff -r 36d5f6786a9f -r 522946e53835 eric6/MicroPython/GenericMicroPythonDevices.py
--- a/eric6/MicroPython/GenericMicroPythonDevices.py	Fri Feb 12 19:16:59 2021 +0100
+++ b/eric6/MicroPython/GenericMicroPythonDevices.py	Fri Feb 12 19:23:28 2021 +0100
@@ -166,7 +166,7 @@
                 self.__workspace = self.__findWorkspace(silent=silent)
                 return self.__workspace
         else:
-            super(GenericMicroPythonDevice, self).getWorkspace()
+            return super(GenericMicroPythonDevice, self).getWorkspace()
     
     def __findWorkspace(self, silent=False):
         """

eric ide

mercurial