From 3ef889531eed9ac73ece70318d4eeb45d81b9bc5 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 3 Apr 2017 16:02:37 -0400 Subject: so minor that wasn't even worth my time typing this comment --- git/repo/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/repo/base.py') diff --git a/git/repo/base.py b/git/repo/base.py index b5e2e08d..c124974b 100644 --- a/git/repo/base.py +++ b/git/repo/base.py @@ -882,7 +882,7 @@ class Repo(object): # git clone --bare /cygwin/d/foo.git /cygwin/d/C:\\Work # clone_path = (Git.polish_url(path) - if Git.is_cygwin() and 'bare'in kwargs + if Git.is_cygwin() and 'bare' in kwargs else path) sep_dir = kwargs.get('separate_git_dir') if sep_dir: -- cgit v1.2.1