src/eric7/MicroPython/UF2FlashDialog.py

branch
mpy_network
changeset 9821
6b1b06d74532
parent 9815
6cbe3948044c
child 9829
cafb132fe3bb
equal deleted inserted replaced
9820:67597e003373 9821:6b1b06d74532
1099 QCoreApplication.translate("UF2FlashDialog", "Flash UF2 Device"), 1099 QCoreApplication.translate("UF2FlashDialog", "Flash UF2 Device"),
1100 QCoreApplication.translate( 1100 QCoreApplication.translate(
1101 "UF2FlashDialog", "Select the Boot Volume of the device:" 1101 "UF2FlashDialog", "Select the Boot Volume of the device:"
1102 ), 1102 ),
1103 list(foundBootVolumes), 1103 list(foundBootVolumes),
1104 0, True, 1104 0,
1105 True,
1105 ) 1106 )
1106 selectedVolume = result if ok else "" 1107 selectedVolume = result if ok else ""
1107 1108
1108 self.bootPicker.setText(selectedVolume) 1109 self.bootPicker.setText(selectedVolume)

eric ide

mercurial