diff options
author | Clayton Walker <clayton.m.walker@gmail.com> | 2023-02-02 10:00:49 -0700 |
---|---|---|
committer | Clayton Walker <clayton.m.walker@gmail.com> | 2023-02-02 10:00:49 -0700 |
commit | 4a44fdf9d90a537d821c471b1cf1ae6c9e73a2de (patch) | |
tree | 6ae2a9676a79be9a02ea0440c6a4d98459985cc8 /git | |
parent | fb6eb3d5eb56ce9f27cf23387053d440d6786fe2 (diff) | |
download | gitpython-4a44fdf9d90a537d821c471b1cf1ae6c9e73a2de.tar.gz |
Update docs
Diffstat (limited to 'git')
-rw-r--r-- | git/repo/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/repo/base.py b/git/repo/base.py index a74be215..2fc9cf1f 100644 --- a/git/repo/base.py +++ b/git/repo/base.py @@ -115,7 +115,7 @@ class Repo(object): 'working_dir' is the working directory of the git command, which is the working tree directory if available or the .git directory in case of bare repositories - 'working_tree_dir' is the working tree directory, but will raise AssertionError + 'working_tree_dir' is the working tree directory, but will return None if we are a bare repository. 'git_dir' is the .git repository directory, which is always set.""" |