From b16b6649cfdaac0c6734af1b432c57ab31680081 Mon Sep 17 00:00:00 2001 From: Pratik Anurag Date: Tue, 15 Oct 2019 17:41:12 +0530 Subject: removed trailing whitespaces --- git/index/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/index') diff --git a/git/index/base.py b/git/index/base.py index 7b504107..b8c9d5e6 100644 --- a/git/index/base.py +++ b/git/index/base.py @@ -392,7 +392,7 @@ class IndexFile(LazyMixin, diff.Diffable, Serializable): continue # END glob handling try: - for root, _dirs, files in os.walk(abs_path, onerror=raise_exc): + for root, _dirs, files in os.walk(abs_path, onerror=raise_exc): for rela_file in files: # add relative paths only yield osp.join(root.replace(rs, ''), rela_file) -- cgit v1.2.3