Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ceb798

Browse files
committed
update document type for clone_repo_to param
1 parent b9da1df commit 2ceb798

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pydriller/repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def __init__(self, path_to_repo: Union[str, List[str]],
9696
:param bool only_releases: analyze only tagged commits
9797
:param bool histogram_diff: add the "--histogram" option when asking for the diff
9898
:param bool skip_whitespaces: add the "-w" option when asking for the diff
99-
:param bool clone_repo_to: if the repo under analysis is remote, clone the repo to the specified directory
99+
:param str clone_repo_to: if the repo under analysis is remote, clone the repo to the specified directory
100100
:param str filepath: only commits that modified this file will be analyzed
101101
:param bool include_deleted_files: include commits modifying a deleted file (useful when analyzing a deleted `filepath`)
102102
:param str order: order of commits. It can be one of: 'date-order',

0 commit comments

Comments
 (0)