diff --git a/atlasbot/engine/answerer.py b/atlasbot/engine/answerer.py index d370983..e967b4d 100644 --- a/atlasbot/engine/answerer.py +++ b/atlasbot/engine/answerer.py @@ -411,7 +411,7 @@ class AnswerEngine: best_line = line break best_line = best_line or metric_facts[0] - reply = f\"From the latest snapshot: {best_line}.\" + reply = f"From the latest snapshot: {best_line}." if plan.use_critic: if observer: