Skip to content

Commit

Permalink
Fix default value
Browse files Browse the repository at this point in the history
  • Loading branch information
paulacamargo25 committed Sep 21, 2023
1 parent 3db6f79 commit db4610a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
Expand Down

0 comments on commit db4610a

Please sign in to comment.