c2358c199f3ba3cdb260edcec13133e3fcdec3bc,core/polyaxon/proxies/schemas/locations.py,,get_static_location_config,#,31
Before Change
def get_static_location_config():
return get_config(options=STATIC_LOCATION_OPTIONS, indent=0)
TMP_LOCATION_OPTIONS =
location /tmp/ {{
After Change
def get_static_location_config():
return get_config(
options=STATIC_LOCATION_OPTIONS,
indent=0,
static_root=settings.PROXIES_CONFIG.static_root.rstrip("/") + "/",
)
TMP_LOCATION_OPTIONS =
location /tmp/ {{
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: polyaxon/polyaxon
Commit Name: c2358c199f3ba3cdb260edcec13133e3fcdec3bc
Time: 2020-06-12
Author: mouradmourafiq@gmail.com
File Name: core/polyaxon/proxies/schemas/locations.py
Class Name:
Method Name: get_static_location_config
Project Name: jhfjhfj1/autokeras
Commit Name: b80fb3bdcfeac64d91b7365be1196392e013dcb8
Time: 2018-01-05
Author: jhfjhfj1@gmail.com
File Name: autokeras/utils.py
Class Name:
Method Name: extract_config