diff --git a/pyproject.toml b/pyproject.toml index 87b9fae..615a497 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "seidr" -version = "3.2.3" +version = "3.2.4" description = "Synthesize Execute Instruct Debug Rank" authors = ["Vadim Liventsev ", "Anastasia Grishina "] license = "MIT" diff --git a/seidr/eval.py b/seidr/eval.py index a3ab506..5489197 100644 --- a/seidr/eval.py +++ b/seidr/eval.py @@ -133,7 +133,7 @@ def play(self): self.tot_txt += info.get('memos', '') except RuntimeError as e: self.tot_reward = -1000 - self.tot_txt = str(e) + self.tot_txt += f'FATAL {e}' self.done = True