This website works better with JavaScript.
Home
Help
Register
Sign In
nilm
/
nilmdb
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
64
Wiki
Activity
Browse Source
Fix coverage
tags/nilmdb-1.7.0
Jim Paris
10 years ago
parent
dfdd0e5c74
commit
99532cf9e0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save