comment++

This commit is contained in:
Brad Warren
2016-03-31 21:51:15 -07:00
parent 5a097f2fab
commit 42f990d31f
+3 -2
View File
@@ -109,8 +109,9 @@ VAR_MODIFIERS = {"account": set(("server",)),
def report_config_interaction(modified, modifiers):
"""Registers config option interaction to be checked by set_by_cli.
This function can be called by during the __init__ method of plugins
to register interactions between config options.
This function can be called by during the __init__ or
add_parser_arguments methods of plugins to register interactions
between config options.
:param modified: config options that can be modified by modifiers
:type modified: iterable or str