--- a/src/eric7/DebugClients/Python/DebugClientCapabilities.py Wed Jul 13 11:16:20 2022 +0200 +++ b/src/eric7/DebugClients/Python/DebugClientCapabilities.py Wed Jul 13 14:55:47 2022 +0200 @@ -14,5 +14,6 @@ HasCompleter = 0x0010 HasShell = 0x0020 -HasAll = (HasDebugger | HasInterpreter | HasProfiler | HasCoverage | - HasCompleter | HasShell) +HasAll = ( + HasDebugger | HasInterpreter | HasProfiler | HasCoverage | HasCompleter | HasShell +)