Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ishepard committed May 28, 2020
1 parent 7223f96 commit 8ce3b55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pydriller/domain/commit.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,9 +481,9 @@ def project_name(self) -> str:
@property
def project_path(self) -> str:
"""
Return the project name.
Return the absolute path of the project.
:return: project name
:return: project path
"""
return str(Path(self._conf.get('path_to_repo')))

Expand Down

0 comments on commit 8ce3b55

Please sign in to comment.