adhoc does not load plugins by default

reimplemented feature from 1.x which kept additional callbacks from
poluting adhoc unless specifically asked for through configuration.
pull/13467/head
Brian Coca 9 years ago
parent cc98528ecb
commit b07451eef8

@ -163,6 +163,9 @@ class AdHocCLI(CLI):
else:
cb = 'minimal'
if not C.DEFAULT_LOAD_CALLBACK_PLUGINS:
C.DEFAULT_CALLBACK_WHITELIST = []
if self.options.tree:
C.DEFAULT_CALLBACK_WHITELIST.append('tree')
C.TREE_DIR = self.options.tree

Loading…
Cancel
Save