FixUp: Flake8
This commit is contained in:
parent
8a6d56d3e1
commit
e603520860
1 changed files with 2 additions and 1 deletions
|
|
@ -211,7 +211,8 @@ if args.basedir:
|
|||
"let g:vimspector_base_dir='" + vimspector_base + "'" )
|
||||
|
||||
if succeeded:
|
||||
print( "Done. The following adapters were installed successfully:\n - {}".format(
|
||||
print( "Done" )
|
||||
print( "The following adapters were installed successfully:\n - {}".format(
|
||||
'\n - '.join( succeeded ) ) )
|
||||
|
||||
if failed:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue