MCPcopy Create free account
hub / github.com/SeldonIO/seldon-server / expand_conf

Function expand_conf

python/seldon/shell/shell_main.py:298–303  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

296 do_t = do_test # an alias
297
298def expand_conf():
299 conf_data = gdata['conf_data']
300
301 expansion_list = ["zkroot","seldon_models","spark_home","seldon_spark_home"]
302 for expansion_item in expansion_list:
303 conf_data[expansion_item] = os.path.expanduser(conf_data[expansion_item])
304
305def check_conf():
306 def create_default_conf(fpath):

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected