Skip to content

Commit b5f33a8

Browse files
author
James William Pye
committed
Unconditionally close the connection.
1 parent c7edc74 commit b5f33a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postgresql/temporal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def pop(self, exc, drop_schema = 'DROP SCHEMA sandbox{0} CASCADE'.format):
212212
# interrupt before closing. It is still
213213
# possible for the close to block, but less likely.
214214
xdb.interrupt()
215-
xdb.close()
215+
xdb.close()
216216

217217
# Interrupted and closed all the other connections at this level;
218218
# now remove the sandbox schema.

0 commit comments

Comments
 (0)