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/13477/head
Brian Coca 9 years ago
parent 97626475db
commit 9ae1dede03

@ -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