Skip to content

Commit a6550b8

Browse files
authored
Update ulp.py
1 parent 58c2256 commit a6550b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/frameworks/ulp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def prepare_ulp_env_vars(env):
5858
]
5959

6060
for package in additional_packages:
61-
if package:
61+
if package and os.path.isdir(package):
6262
ulp_env.PrependENVPath("PATH", package)
6363

6464

0 commit comments

Comments
 (0)