mirror of
https://github.com/Rudd-O/ansible-qubes.git
synced 2025-03-01 14:22:33 +01:00
These are meant to be bytes!
This commit is contained in:
parent
a55d7cd4d0
commit
3ad3761f2f
@ -308,7 +308,7 @@ class DataDemultiplexer(MyThread):
|
||||
assert not x, x
|
||||
for s in r:
|
||||
header = s.read(PACKLEN)
|
||||
if header == "":
|
||||
if header == b"":
|
||||
logging.debug(
|
||||
"demux: Received no bytes from source, closing sinks",
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user