Skip to content

Commit 6896422

Browse files
Fix default value
1 parent 6dbadcc commit 6896422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def install_bundled_libs(session):
136136
session.install("wheel")
137137
_install_bundle(session)
138138

139-
target = os.environ.get("VSCETARGET")
139+
target = os.environ.get("VSCETARGET", "")
140140
print("target:", target)
141141
if "linux" in target:
142142
download_url(f"{os.getcwd()}/bundled/libs", debugpy_urls["Linux"])

0 commit comments

Comments
 (0)