diff --git a/freqtrade/freqai/freqai_interface.py b/freqtrade/freqai/freqai_interface.py index 7eaaeab3e..039b6a175 100644 --- a/freqtrade/freqai/freqai_interface.py +++ b/freqtrade/freqai/freqai_interface.py @@ -489,9 +489,9 @@ class IFreqaiModel(ABC): if dk.training_features_list != feature_list: raise OperationalException( "Trying to access pretrained model with `identifier` " - "but found different features furnished by current strategy." - "Change `identifier` to train from scratch, or ensure the" - "strategy is furnishing the same features as the pretrained" + "but found different features furnished by current strategy. " + "Change `identifier` to train from scratch, or ensure the " + "strategy is furnishing the same features as the pretrained " "model. In case of --strategy-list, please be aware that FreqAI " "requires all strategies to maintain identical " "feature_engineering_* functions"