Browse Source

Fix coverage

tags/nilmdb-1.7.0
Jim Paris 11 years ago
parent
commit
99532cf9e0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      nilmdb/client/httpclient.py

+ 1
- 1
nilmdb/client/httpclient.py View File

@@ -139,7 +139,7 @@ class HTTPClient(object):
pending = tmp[-1]
for line in lines:
yield line
if pending is not None:
if pending is not None: # pragma: no cover (missing newline)
yield pending

# Yield the chunks or lines as requested


Loading…
Cancel
Save