Update test/lib/ansible_test/_internal/debugging.py

Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
pull/85870/head
Jordan Borean 3 months ago committed by GitHub
parent 51e0772922
commit 1f522fc829
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -469,5 +469,5 @@ def detect_debugpy_options() -> DebugpyOptions | None:
return DebugpyOptions(
port=port,
adapter_access_token=opts.adapter_access_token,
debugpy_package_path=str(pathlib.Path(debugpy.__file__).resolve().parent.parent.absolute()),
debugpy_package_path=str(pathlib.Path(debugpy.__file__).resolve().parent.parent),
)

Loading…
Cancel
Save