added 'be'

This commit is contained in:
tijn steenmetz 2021-02-12 09:23:31 +01:00
parent 7e400aa917
commit 760e1f33dd

View File

@ -154,7 +154,7 @@ def start_build_hyperopt(args: Dict[str, Any]) -> None:
"""
config = setup_utils_configuration(args, RunMode.UTIL_NO_EXCHANGE)
# check what the name of the hyperopt should
# check what the name of the hyperopt should be
if not 'hyperopt' in args or not args['hyperopt']:
raise OperationalException("`build-hyperopt` requires --hyperopt to be set.")
elif not 'buy_indicators' in args or not args['buy_indicators']: