Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
As string is iterable, changed to isinstance check
test now works
- Loading branch information
Showing
with
14 additions
and 14 deletions.
- +2 −0 .gitignore
- +3 −3 .gitmodules
- +4 −8 git/index/base.py
- +5 −3 git/test/test_index.py
@@ -1,3 +1,3 @@ | ||
[submodule "gitdb"] | ||
url = https://github.com/gitpython-developers/gitdb.git | ||
path = git/ext/gitdb | ||
[submodule "gitdb"] | ||
url = https://github.com/gitpython-developers/gitdb.git | ||
path = git/ext/gitdb |