From f1f1ba1e93f83ceb34d53af8e07f5a14ad8fd3a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Sat, 27 May 2023 11:07:37 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20refactor:=20summarize=20error=20mes?= =?UTF-8?q?sage=20without=20line=20number?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev_gpt/options/generate/generator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dev_gpt/options/generate/generator.py b/dev_gpt/options/generate/generator.py index d27d090..398b6a8 100644 --- a/dev_gpt/options/generate/generator.py +++ b/dev_gpt/options/generate/generator.py @@ -452,6 +452,7 @@ pytest task_description=self.microservice_specification.task, test_description=self.microservice_specification.test, all_files_string=all_files_string, + summarized_error=summarized_error, ) if len(self.previous_errors) > 0: