summaryrefslogtreecommitdiff
path: root/git/test/lib/helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/test/lib/helper.py')
-rw-r--r--git/test/lib/helper.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/git/test/lib/helper.py b/git/test/lib/helper.py
index 949e474f..90d2b1e9 100644
--- a/git/test/lib/helper.py
+++ b/git/test/lib/helper.py
@@ -301,7 +301,8 @@ def with_rw_and_rw_remote_repo(working_tree_ref):
try:
gd.proc.kill()
except:
- pass ## Either it has died (and we're here), or it won't die, again here...
+ ## Either it has died (and we're here), or it won't die, again here...
+ pass
rw_repo.git.clear_cache()
rw_remote_repo.git.clear_cache()