mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Reformat tests.
This commit is contained in:
parent
95dde37734
commit
89be0d1fce
27 changed files with 351 additions and 355 deletions
|
|
@ -197,7 +197,7 @@ def attach_by_socket(
|
|||
assert method in ("api", "cli")
|
||||
assert listener in ("server") # TODO: ("adapter", "server")
|
||||
|
||||
config = _attach_common_config(session, target, cwd)
|
||||
config = _attach_common_config(session, target, cwd)
|
||||
|
||||
host = config["host"] = attach_by_socket.host
|
||||
port = config["port"] = attach_by_socket.port
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue