mirror of
https://github.com/JoelBender/bacpypes
synced 2025-10-27 00:57:47 +08:00
a wandering octet crossed into this lane
This commit is contained in:
@@ -71,7 +71,7 @@ class WaitableEvent(asyncore.file_dispatcher, Logging):
|
||||
def set(self):
|
||||
if _debug: WaitableEvent._debug("set")
|
||||
if not self.isSet():
|
||||
os.write(self._write_fd, b'1')
|
||||
os.write(self._write_fd, '1')
|
||||
|
||||
def clear(self):
|
||||
if _debug: WaitableEvent._debug("clear")
|
||||
|
||||
Reference in New Issue
Block a user