summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-01-07 09:08:57 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-01-07 09:08:57 +0100
commita4b8e467e44bc1ca1ebf481ac2dfc1baaf9688dc (patch)
tree7f4f8166f3303d860ecee9bd6f19f65a65583b11
parent3efacd7aea48c93e0a42c1e83bf3c96e9e50f178 (diff)
downloadgitpython-a4b8e467e44bc1ca1ebf481ac2dfc1baaf9688dc.tar.gz
Once again, make flake8 happy
-rw-r--r--git/test/performance/test_streams.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/performance/test_streams.py b/git/test/performance/test_streams.py
index 6e23b01d..4b1738cd 100644
--- a/git/test/performance/test_streams.py
+++ b/git/test/performance/test_streams.py
@@ -141,5 +141,5 @@ class TestObjDBPerformance(TestBigRepoR):
# compare
print("Git-Python is %f %% faster than git when reading big %s files in chunks"
- % (100.0 - (elapsed_readchunks / gelapsed_readchunks) * 100, desc), file=sys.stderr)
+ % (100.0 - (elapsed_readchunks / gelapsed_readchunks) * 100, desc), file=sys.stderr)
# END for each randomization factor