From da5f303910e5c1c0c92446ddc749d99afe579337 Mon Sep 17 00:00:00 2001 From: Eli <43382407+eli64s@users.noreply.github.com> Date: Fri, 5 Jan 2024 10:11:16 -0600 Subject: [PATCH] Update context manager bug. --- pyproject.toml | 2 +- readmeai/main.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 847b436c..cd056698 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "readmeai" -version = "0.4.0989" +version = "0.4.090" description = "🚀 Generate beautiful README.md files from the terminal using GPT LLM APIs 💫" authors = ["Eli <0x.eli.64s@gmail.com>"] license = "MIT" diff --git a/readmeai/main.py b/readmeai/main.py index 6ba33680..c6ddcfaf 100644 --- a/readmeai/main.py +++ b/readmeai/main.py @@ -107,8 +107,6 @@ async def readme_agent(conf: AppConfig, conf_helper: ConfigHelper) -> None: logger.error( f"Error generating README: {exc_info}\n{traceback.format_exc()}" ) - finally: - shutil.rmtree(temp_dir) async def generate_prompts(