'Repo' object has no attribute 'commit'
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 128
- Forks
- 11
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I initialized the repo as repo = Repository('/opt/projectpath/')
repo.get_recent_commits() raises this. Am i missing something? (it is a git repo)
93 head = pending_commits.pop(0)
94 try:
---> 95 commit = self._repo.commit(head)
96 except KeyError:
97 raise CommitDoesNotExist
AttributeError: 'Repo' object has no attribute 'commit'
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.