1
0
mirror of https://github.com/Rikj000/MoniGoMani.git synced 2022-03-06 00:08:05 +03:00

export_results - Fixed f-string

This commit is contained in:
Rikj000
2022-01-02 09:26:14 +00:00
committed by GitHub
parent b310d174e2
commit 54be9fba2a

View File

@@ -95,7 +95,7 @@ class MGMHurry:
hyperopt_log_filename = answer.get('ho_log_file')
hyperopt_log_filepath = f'{self.basedir}/user_data/hyperopt_results/{answer.get("ho_log_file")}'
backtest_log_filepath = f'{self.basedir}/user_data/backtest_results/{hyperopt_log_filename.replace(hyperopt_log_filename.split("-")[0]}', 'BackTestResults')
backtest_log_filepath = f'{self.basedir}/user_data/backtest_results/{hyperopt_log_filename.replace(hyperopt_log_filename.split("-")[0], 'BackTestResults')}'
mgm_config_filepath = f'{self.basedir}/user_data/{self.monigomani_config.config["mgm_config_names"]["mgm-config"]}'
ho_config_filepath = f'{self.basedir}/user_data/{self.monigomani_config.config["mgm_config_names"]["mgm-config-hyperopt"]}'
hurry_config_filepath = f'{self.basedir}/.hurry'