We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c2256 commit a6550b8Copy full SHA for a6550b8
builder/frameworks/ulp.py
@@ -58,7 +58,7 @@ def prepare_ulp_env_vars(env):
58
]
59
60
for package in additional_packages:
61
- if package:
+ if package and os.path.isdir(package):
62
ulp_env.PrependENVPath("PATH", package)
63
64
0 commit comments