parent
12968acd5f
commit
b84fba4439
1 changed files with 1 additions and 0 deletions
|
@ -230,6 +230,7 @@ class Connection(object):
|
|||
host_fh.close()
|
||||
|
||||
for line in data.split("\n"):
|
||||
line = line.strip()
|
||||
if line is None or " " not in line:
|
||||
continue
|
||||
tokens = line.split()
|
||||
|
|
Loading…
Reference in a new issue