We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d996f2a commit b5d7195Copy full SHA for b5d7195
workers/proxy_worker/utils/common.py
@@ -122,4 +122,4 @@ def check_python_eol():
122
def is_azure_environment():
123
"""Check if the function app is running on the cloud"""
124
return (AZURE_CONTAINER_NAME in os.environ
125
- or AZURE_WEBSITE_INSTANCE_ID in os.environ)
+ or AZURE_WEBSITE_INSTANCE_ID in os.environ)
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 to first site-packages path in sys.path
+ # Return first or default of customer
261
return (cx_paths or [''])[0]
262
263
@staticmethod
0 commit comments