Skip to content

Error in documentation http://packages.python.org/GitPython/0.2/tutorial.html #38

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kracekumar opened this issue Nov 23, 2011 · 2 comments

Comments

@kracekumar
Copy link

Query the active branch, query untracked files or whether the repository data has been modified:
Next to that in code block
repo.is_dirty() is supposed to be repo.is_dirty becasue repo.is_dirty is bool object cannot be callable.

@Byron
Copy link
Member

Byron commented Jun 7, 2012

Thanks for bringing this up !

The current version of GitPython is 0.3, and I believe that is_dirty() is a method in its API.
This doesn't help the 0.2 docs, but I believe fixing it would not help many, as its a minor issue and 0.2 is probably not in wide use anymore.

Thanks for your understanding.

@Byron Byron closed this as completed Jun 7, 2012
@dman777
Copy link

dman777 commented Jun 24, 2014

This is a issue for me since pip installs version GitPython==0.1.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants