diff --git a/noxfile.py b/noxfile.py index 6633678b..dbc01a75 100644 --- a/noxfile.py +++ b/noxfile.py @@ -136,7 +136,7 @@ def install_bundled_libs(session): session.install("wheel") _install_bundle(session) - target = os.environ.get("VSCETARGET") + target = os.environ.get("VSCETARGET", "") print("target:", target) if "linux" in target: download_url(f"{os.getcwd()}/bundled/libs", debugpy_urls["Linux"])