Skip to content

Commit

Permalink
Fix logging crash
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Oct 31, 2024
1 parent 529afbb commit 1058763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tradingstrategy/utils/wrangle.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def fix_prices_in_between_time_frames(
hint=f"pair {pair_id}"
)
if healed_ohlcv_df is not None:
logger.info("Healed OHLCV data for pair %d", pair_id)
logger.info("Healed OHLCV data for pair %s - detected issues", pair_id)
replacements[pair_id] = healed_ohlcv_df

healed = dfgb.apply(lambda x: _replace_for_groups(x, replacements))
Expand Down

0 comments on commit 1058763

Please sign in to comment.