Skip to content

Commit

Permalink
- Additional fix related to PYFB-43
Browse files Browse the repository at this point in the history
  • Loading branch information
pcisar committed Jan 29, 2015
1 parent 8de82ce commit 65160c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fdb/fbcore.py
Original file line number Diff line number Diff line change
Expand Up @@ -1737,6 +1737,7 @@ def __wait_for_events(self):
self.buf_length,self.event_buf,
self.__callback,self.result_buf)
if db_api_error(self._isc_status):
self.close()
raise exception_from_status(DatabaseError, self._isc_status,
"Error while waiting for events:")
def count_and_reregister(self):
Expand Down

0 comments on commit 65160c3

Please sign in to comment.