--- 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): """