Remove unreachable code

This commit is contained in:
Rotzbua 2021-11-10 22:49:56 +01:00 committed by Florian Festi
parent 4319b704dd
commit 8d30892d23
1 changed files with 1 additions and 1 deletions

View File

@ -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: