Skip to content

Commit 4764ce7

Browse files
committed
Updated sys path
1 parent 7c7cc36 commit 4764ce7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

proxy_worker/utils/dependency.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,10 @@ def prioritize_customer_dependencies(cls, cx_working_dir=None):
172172
is_envvar_true("WEBSITE_PLACEHOLDER_MODE"), sys.path)
173173

174174
cls._remove_from_sys_path(cls.worker_deps_path)
175+
cls._add_to_sys_path(cls.worker_deps_path, True)
175176
cls._add_to_sys_path(cls.cx_deps_path, True)
176177
cls._add_to_sys_path(working_directory, False)
177-
cls._add_to_sys_path(cls.worker_deps_path, False)
178+
178179

179180
logger.info(f'Finished prioritize_customer_dependencies: {sys.path}')
180181

0 commit comments

Comments
 (0)