Fri, 08 Mar 2024 16:11:07 +0100
Corrected some code formatting and coding style issues.
--- a/src/eric7/DebugClients/Python/SubprocessExtension.py Wed Mar 06 17:00:26 2024 +0100 +++ b/src/eric7/DebugClients/Python/SubprocessExtension.py Fri Mar 08 16:11:07 2024 +0100 @@ -67,9 +67,7 @@ if ok: scriptName = os.path.basename(args[0]) if not _debugClient.skipMultiProcessDebugging(scriptName): - args = patchArguments( - _debugClient, args, noRedirect=True - ) + args = patchArguments(_debugClient, args, noRedirect=True) if "shell" in kwargs and kwargs["shell"] is True: # shell=True interferes with eric debugger kwargs["shell"] = False
--- a/src/eric7/MicroPython/Devices/__init__.py Wed Mar 06 17:00:26 2024 +0100 +++ b/src/eric7/MicroPython/Devices/__init__.py Fri Mar 08 16:11:07 2024 +0100 @@ -287,7 +287,6 @@ (0x3343, 0x83CF), # DFRobot Firebeetle 2 ESP32-S3 (0x4097, 0x0001), # TG-Boards Datalore IP M4 (0x612B, 0x80A7), # Ai-Thinker ESP 12k NodeMCU - # do not overwrite this entry (0x239A, None), # Any Adafruit Boards ],