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:
|
except Exception as e:
|
||||||
logger.exception("Error populating dataframe with trades:", e)
|
logger.exception("Error populating dataframe with trades:", e)
|
||||||
|
raise e
|
||||||
|
|
||||||
return dataframe
|
return dataframe
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user