mirror of
https://github.com/JoelBender/bacpypes
synced 2025-09-28 22:15:23 +08:00
wrong abort function name (old code hotfix)
This commit is contained in:
parent
132820c66d
commit
f6a235d4b1
|
@ -159,7 +159,7 @@ class IOCB(DebugContents):
|
|||
# if there's a timer, cancel it
|
||||
if self.ioTimeout:
|
||||
if _debug: IOCB._debug(" - cancel timeout")
|
||||
self.ioTimeout.SuspendTask()
|
||||
self.ioTimeout.suspend_task()
|
||||
|
||||
# set the completion event
|
||||
self.ioComplete.set()
|
||||
|
|
|
@ -160,7 +160,7 @@ class IOCB(DebugContents):
|
|||
# if there's a timer, cancel it
|
||||
if self.ioTimeout:
|
||||
if _debug: IOCB._debug(" - cancel timeout")
|
||||
self.ioTimeout.SuspendTask()
|
||||
self.ioTimeout.suspend_task()
|
||||
|
||||
# set the completion event
|
||||
self.ioComplete.set()
|
||||
|
|
|
@ -160,7 +160,7 @@ class IOCB(DebugContents):
|
|||
# if there's a timer, cancel it
|
||||
if self.ioTimeout:
|
||||
if _debug: IOCB._debug(" - cancel timeout")
|
||||
self.ioTimeout.SuspendTask()
|
||||
self.ioTimeout.suspend_task()
|
||||
|
||||
# set the completion event
|
||||
self.ioComplete.set()
|
||||
|
|
Loading…
Reference in New Issue
Block a user