--- a/eric6/DebugClients/Python/DebugClientCapabilities.py Thu Sep 19 19:39:04 2019 +0200 +++ b/eric6/DebugClients/Python/DebugClientCapabilities.py Sat Sep 21 13:03:17 2019 +0200 @@ -15,8 +15,8 @@ HasUnittest = 0x0020 HasShell = 0x0040 -HasAll = HasDebugger | HasInterpreter | HasProfiler | \ - HasCoverage | HasCompleter | HasUnittest | HasShell +HasAll = (HasDebugger | HasInterpreter | HasProfiler | + HasCoverage | HasCompleter | HasUnittest | HasShell) # # eflag: noqa = M702