Tue, 18 Oct 2022 16:08:13 +0200
Reformatted the source code using the Black tool.
src/eric7/Debugger/DebuggerInterfacePython.py | file | annotate | diff | comparison | revisions |
diff -r 80c06d472826 -r 6c12e2954ec2 src/eric7/Debugger/DebuggerInterfacePython.py --- a/src/eric7/Debugger/DebuggerInterfacePython.py Tue Oct 18 16:06:21 2022 +0200 +++ b/src/eric7/Debugger/DebuggerInterfacePython.py Tue Oct 18 16:08:13 2022 +0200 @@ -342,7 +342,7 @@ def __determineDebugClient(self): """ Private method to determine the debug client to be started. - + @return path of the debug client @rtype str """