mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
remove runners add on dirs
This commit is contained in:
parent
7e2597ef9b
commit
2f923fa73f
@ -84,7 +84,7 @@ def runner(opts):
|
||||
'''
|
||||
module_dirs = [
|
||||
os.path.join(distutils.sysconfig.get_python_lib(), 'salt/runners'),
|
||||
] + dirs
|
||||
]
|
||||
load = Loader(module_dirs, opts)
|
||||
return load.gen_functions()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user