Skip to content

Commit

Permalink
🛠 Fix issue #43, upgrade gitpython package.
Browse files Browse the repository at this point in the history
  • Loading branch information
eli64s committed Sep 18, 2023
1 parent 3849ad1 commit 965a43d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion readmeai/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def clone_repository(repo_path: str, temp_dir: Path) -> None:
except Exception as excinfo:
raise (f"Error cloning git repository: {excinfo}")

validate_file_permissions(temp_dir)
# validate_file_permissions(temp_dir)


def find_git_executable() -> Optional[Path]:
Expand Down

0 comments on commit 965a43d

Please sign in to comment.