eric6/MicroPython/EspDevices.py

changeset 7173
f611c3b7313f
parent 7161
728018c32b09
child 7174
de8175253dfc
--- a/eric6/MicroPython/EspDevices.py	Sun Aug 25 15:30:11 2019 +0200
+++ b/eric6/MicroPython/EspDevices.py	Mon Aug 26 12:43:26 2019 +0200
@@ -145,7 +145,7 @@
         Private slot to erase the device flash memory.
         """
         ok = E5MessageBox.yesNo(
-            self,
+            self.microPython,
             self.tr("Erase Flash"),
             self.tr("""Shall the flash of the selected device really be"""
                     """ erased?"""))

eric ide

mercurial