From 760e1f33dd6e7f85ae3b18f39e46d653b5e6982c Mon Sep 17 00:00:00 2001 From: tijn steenmetz Date: Fri, 12 Feb 2021 09:23:31 +0100 Subject: [PATCH] added 'be' --- freqtrade/commands/automation_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/commands/automation_commands.py b/freqtrade/commands/automation_commands.py index a639a8fa2..9c30bbe32 100644 --- a/freqtrade/commands/automation_commands.py +++ b/freqtrade/commands/automation_commands.py @@ -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']: