eric6/MicroPython/MicrobitDevices.py

changeset 8071
408756e389d0
parent 8067
a467ab075be0
child 8091
c000526a6d0d
equal deleted inserted replaced
8070:6758ba4670e1 8071:408756e389d0
271 shutil.copy2(firmware, deviceDirectories[0]) 271 shutil.copy2(firmware, deviceDirectories[0])
272 else: 272 else:
273 E5MessageBox.warning( 273 E5MessageBox.warning(
274 self, 274 self,
275 self.tr("Flash MicroPython/Firmware"), 275 self.tr("Flash MicroPython/Firmware"),
276 self.tr("There are multiple devices in ready for flashing." 276 self.tr("There are multiple devices ready for flashing."
277 " Please make sure, that only one device is prepared.") 277 " Please make sure, that only one device is prepared.")
278 ) 278 )
279 279
280 @pyqtSlot() 280 @pyqtSlot()
281 def __saveMain(self): 281 def __saveMain(self):

eric ide

mercurial