Corrected some code formatting and coding style issues. eric7

Fri, 08 Mar 2024 16:11:07 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 08 Mar 2024 16:11:07 +0100
branch
eric7
changeset 10634
d6d31f4834b0
parent 10628
6968d6c31b3e
child 10637
98160fe3eb4d

Corrected some code formatting and coding style issues.

src/eric7/DebugClients/Python/SubprocessExtension.py file | annotate | diff | comparison | revisions
src/eric7/MicroPython/Devices/__init__.py file | annotate | diff | comparison | revisions
src/eric7/Snapshot/SnapWidget.py file | annotate | diff | comparison | revisions
--- 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
         ],
--- a/src/eric7/Snapshot/SnapWidget.py	Wed Mar 06 17:00:26 2024 +0100
+++ b/src/eric7/Snapshot/SnapWidget.py	Fri Mar 08 16:11:07 2024 +0100
@@ -330,7 +330,7 @@
                 self.mouseCursorCheckBox.isChecked(),
                 self.decorationsCheckBox.isChecked(),
             )
-            
+
         else:
             EricMessageBox.critical(
                 self,

eric ide

mercurial