We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d7195 commit 5b9752fCopy full SHA for 5b9752f
workers/proxy_worker/utils/dependency.py
@@ -257,7 +257,7 @@ def _get_cx_deps_path() -> str:
257
p for p in sys.path
258
if prefix and p.startswith(prefix) and ('site-packages' in p)
259
]
260
- # Return first or default of customer
+ # Return first or default of customer path
261
return (cx_paths or [''])[0]
262
263
@staticmethod
0 commit comments