Remove unreachable code
This commit is contained in:
parent
4319b704dd
commit
8d30892d23
|
@ -528,7 +528,7 @@ class BServer:
|
|||
os.close(fd)
|
||||
os.remove(box.output)
|
||||
return (l for l in result)
|
||||
return (l.encode("utf-8") for l in result)
|
||||
|
||||
|
||||
if __name__=="__main__":
|
||||
if len(sys.argv) > 1:
|
||||
|
|
Loading…
Reference in New Issue