Skip to content

Commit

Permalink
hot fix, obsolete function name
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Bender committed Jul 20, 2017
2 parents b1fc637 + 66fef85 commit 8f5100b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion py25/bacpypes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Project Metadata
#

__version__ = '0.16.1'
__version__ = '0.16.2'
__author__ = 'Joel Bender'
__email__ = '[email protected]'

Expand Down
1 change: 1 addition & 0 deletions py25/bacpypes/iocb.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ def trigger(self):

# set the completion event
self.ioComplete.set()
if _debug: IOCB._debug(" - complete event set")

# make the callback(s)
for fn, args, kwargs in self.ioCallback:
Expand Down
2 changes: 1 addition & 1 deletion py27/bacpypes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Project Metadata
#

__version__ = '0.16.1'
__version__ = '0.16.2'
__author__ = 'Joel Bender'
__email__ = '[email protected]'

Expand Down
1 change: 1 addition & 0 deletions py27/bacpypes/iocb.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ def trigger(self):

# set the completion event
self.ioComplete.set()
if _debug: IOCB._debug(" - complete event set")

# make the callback(s)
for fn, args, kwargs in self.ioCallback:
Expand Down
2 changes: 1 addition & 1 deletion py34/bacpypes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Project Metadata
#

__version__ = '0.16.1'
__version__ = '0.16.2'
__author__ = 'Joel Bender'
__email__ = '[email protected]'

Expand Down
1 change: 1 addition & 0 deletions py34/bacpypes/iocb.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ def trigger(self):

# set the completion event
self.ioComplete.set()
if _debug: IOCB._debug(" - complete event set")

# make the callback(s)
for fn, args, kwargs in self.ioCallback:
Expand Down

0 comments on commit 8f5100b

Please sign in to comment.