src/eric7/MicroPython/Devices/DeviceBase.py

branch
eric7
changeset 9763
52f982c08301
parent 9756
9854647c8c5c
child 9765
6378da868bb0
--- a/src/eric7/MicroPython/Devices/DeviceBase.py	Tue Feb 14 09:43:26 2023 +0100
+++ b/src/eric7/MicroPython/Devices/DeviceBase.py	Tue Feb 14 10:05:29 2023 +0100
@@ -102,7 +102,7 @@
         Public method to enable the supported action buttons.
         """
         self.microPython.setActionButtons(
-            open=False, save=False, run=False, repl=False, files=False, chart=False
+            run=False, repl=False, files=False, chart=False
         )
 
     def forceInterrupt(self):

eric ide

mercurial