Merge pull request #13467 from bcoca/adhoc_callbk_fix

adhoc does not load plugins by default
pull/13567/head
James Cammarata 9 years ago
commit 50e5b0f8e9

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