MCPcopy Create free account
hub / github.com/StackStorm/st2 / get_system_packs_base_path

Function get_system_packs_base_path

st2common/st2common/content/utils.py:59–65  ·  view source on GitHub ↗

Return a path to the directory where system packs are stored. :rtype: ``str``

()

Source from the content-addressed store, hash-verified

57
58
59def get_system_packs_base_path():
60 """
61 Return a path to the directory where system packs are stored.
62
63 :rtype: ``str``
64 """
65 return cfg.CONF.content.system_packs_base_path
66
67
68def get_packs_base_paths():

Callers 1

get_packs_base_pathsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected