summaryrefslogtreecommitdiff
path: root/git/test/lib/helper.py
diff options
context:
space:
mode:
authorKostis Anagnostopoulos <ankostis@gmail.com>2016-09-28 17:10:59 +0200
committerKostis Anagnostopoulos <ankostis@gmail.com>2016-09-28 17:55:57 +0200
commit6e98416791566f44a407dcac07a1e1f1b0483544 (patch)
tree36ec45d49a2da3dca0e8a590456e74f113112a77 /git/test/lib/helper.py
parent44c6d0b368bc1ec6cd0a97b01678b38788c9bd9c (diff)
downloadgitpython-6e98416791566f44a407dcac07a1e1f1b0483544.tar.gz
remote, #519: INCOMPLETE FIX-2 double-decoding push-infos
+ Unicode PY2/3 issues fixed also in pump stream func.
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()