--- a/src/eric7/MicroPython/UF2FlashDialog.py Mon Feb 27 17:43:11 2023 +0100 +++ b/src/eric7/MicroPython/UF2FlashDialog.py Mon Feb 27 17:43:51 2023 +0100 @@ -1101,7 +1101,8 @@ "UF2FlashDialog", "Select the Boot Volume of the device:" ), list(foundBootVolumes), - 0, True, + 0, + True, ) selectedVolume = result if ok else ""