Skip to content

Commit b98b480

Browse files
authored
Update PC/layout/support/pymanager.py
1 parent a80e26d commit b98b480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PC/layout/support/pymanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def calculate_install_json(ns, *, for_embed=False, for_test=False):
131131
(ALIAS_PREFIX, {"target": TARGET}),
132132
(ALIAS_WPREFIX, {"target": TARGETW, "windowed": 1}),
133133
):
134-
if prefix is None:
134+
if not prefix:
135135
continue
136136
if not base["target"]:
137137
continue

0 commit comments

Comments
 (0)