eric6/MicroPython/GenericMicroPythonDevices.py

changeset 8099
522946e53835
parent 8082
2242a6a1d786
child 8110
c5af1d1d2a78
equal deleted inserted replaced
8098:36d5f6786a9f 8099:522946e53835
164 return self.__workspace 164 return self.__workspace
165 else: 165 else:
166 self.__workspace = self.__findWorkspace(silent=silent) 166 self.__workspace = self.__findWorkspace(silent=silent)
167 return self.__workspace 167 return self.__workspace
168 else: 168 else:
169 super(GenericMicroPythonDevice, self).getWorkspace() 169 return super(GenericMicroPythonDevice, self).getWorkspace()
170 170
171 def __findWorkspace(self, silent=False): 171 def __findWorkspace(self, silent=False):
172 """ 172 """
173 Private method to find the workspace directory. 173 Private method to find the workspace directory.
174 174

eric ide

mercurial