Skip to content

Commit

Permalink
Update context manager bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
eli64s committed Jan 5, 2024
1 parent 5096f17 commit da5f303
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 0 additions & 2 deletions readmeai/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit da5f303

Please sign in to comment.