summaryrefslogtreecommitdiff
path: root/test/LedgerHarness.py
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-06-02 05:03:51 -0400
committerJohn Wiegley <johnw@newartisans.com>2010-06-02 05:03:51 -0400
commitf68b4d0f0fc9232a60e384de72743643ace0ceb7 (patch)
tree4c0494b4c486ed5de393438b842f16d7802f45d9 /test/LedgerHarness.py
parent79fe46eae8b2f73d58d34b8474200606d30a775c (diff)
downloadfork-ledger-f68b4d0f0fc9232a60e384de72743643ace0ceb7.tar.gz
fork-ledger-f68b4d0f0fc9232a60e384de72743643ace0ceb7.tar.bz2
fork-ledger-f68b4d0f0fc9232a60e384de72743643ace0ceb7.zip
Remove redundant code in LedgerHarness.py
Diffstat (limited to 'test/LedgerHarness.py')
-rwxr-xr-xtest/LedgerHarness.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/LedgerHarness.py b/test/LedgerHarness.py
index 8a5af123..ea8290d4 100755
--- a/test/LedgerHarness.py
+++ b/test/LedgerHarness.py
@@ -66,8 +66,6 @@ class LedgerHarness:
if text_data:
text += text_data
text_data = os.read(fd.fileno(), 8192)
- if text_data:
- text += text_data
return text
def readlines(self, fd):