src/eric7/MicroPython/UF2FlashDialog.py

branch
mpy_network
changeset 9821
6b1b06d74532
parent 9815
6cbe3948044c
child 9829
cafb132fe3bb
diff -r 67597e003373 -r 6b1b06d74532 src/eric7/MicroPython/UF2FlashDialog.py
--- 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 ""
 

eric ide

mercurial