src/eric7/MicroPython/Devices/DeviceBase.py

branch
eric7
changeset 9944
011ae0edbcff
parent 9928
f98f0c28c1eb
child 9957
0457d754fc9a
--- a/src/eric7/MicroPython/Devices/DeviceBase.py	Wed Mar 29 11:32:06 2023 +0200
+++ b/src/eric7/MicroPython/Devices/DeviceBase.py	Wed Mar 29 14:15:55 2023 +0200
@@ -341,6 +341,16 @@
             or os.path.expanduser("~")
         )
 
+    def setWorkspace(self, workspacePath):
+        """
+        Public method to set the device workspace directory.
+
+        @param workspacePath directory to be used for saving files
+        @type str
+        """
+        # nothing to do here
+        pass
+
     def selectDeviceDirectory(self, deviceDirectories):
         """
         Public method to select the device directory from a list of detected

eric ide

mercurial