Skip to content

Commit 571b154

Browse files
authored
Merge pull request freqtrade#11763 from emmanuel-ferdman/develop
fix: display pair information in message
2 parents fe9de41 + 9a2b5a1 commit 571b154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freqtrade/optimize/analysis/lookahead.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def start(self) -> None:
235235
return None
236236
if "force_exit" in result_row["exit_reason"]:
237237
logger.info(
238-
"found force-exit in pair: {result_row['pair']}, "
238+
f"found force-exit in pair: {result_row['pair']}, "
239239
f"timerange:{result_row['open_date']}-{result_row['close_date']}, "
240240
f"idx: {idx}, skipping this one to avoid a false-positive."
241241
)

0 commit comments

Comments
 (0)