You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: