lint
This commit is contained in:
parent
3d113eaec4
commit
ae2ba01c5b
1 changed files with 3 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue