mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-11 08:40:46 +00:00
raise error if populate_dataframe_with_trades fails
This commit is contained in:
@@ -164,6 +164,7 @@ def populate_dataframe_with_trades(config: Config,
|
||||
|
||||
except Exception as e:
|
||||
logger.exception("Error populating dataframe with trades:", e)
|
||||
raise e
|
||||
|
||||
return dataframe
|
||||
|
||||
|
||||
Reference in New Issue
Block a user