From ae2ba01c5b08eb0cd0f52d3ea21ee4727d96b8e7 Mon Sep 17 00:00:00 2001 From: Aaron Walker Date: Wed, 20 May 2020 00:53:02 -0400 Subject: [PATCH] lint --- python3/vimspector/debug_session.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python3/vimspector/debug_session.py b/python3/vimspector/debug_session.py index 6e65f20..9bf5c15 100644 --- a/python3/vimspector/debug_session.py +++ b/python3/vimspector/debug_session.py @@ -700,7 +700,9 @@ class DebugSession( object ): return docker def _GetRemoteExecCommand( self, remote ): - is_ssh_cmd = any( key in remote for key in [ 'ssh','host', 'account' ] ) + is_ssh_cmd = any( key in remote for key in [ 'ssh', + 'host', + 'account', ] ) is_docker_cmd = 'container' in remote if is_ssh_cmd: