MCPcopy Index your code
hub / github.com/aws/aws-cli / _add_plugin_path_to_sys_path

Function _add_plugin_path_to_sys_path

awscli/plugin.py:111–118  ·  view source on GitHub ↗
(plugin_path)

Source from the content-addressed store, hash-verified

109
110
111def _add_plugin_path_to_sys_path(plugin_path):
112 for dirname in plugin_path.split(os.pathsep):
113 log.debug(
114 "Adding additional path from cli_legacy_plugin_path "
115 "configuration: %s",
116 dirname,
117 )
118 sys.path.append(dirname)

Callers 1

load_pluginsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected