From d759e17181c21379d7274db76d4168cdbb403ccf Mon Sep 17 00:00:00 2001 From: Marcel Date: Sun, 13 Oct 2019 10:25:02 +0200 Subject: As string is iterable, changed to isinstance check test now works --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 4a3f37c2..251eeeec 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 -- cgit v1.2.1