Changeset: e2d465c136fd for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/e2d465c136fd
Modified Files:
testing/sqllogictest.py
Branch: default
Log Message:
Merge with Aug2024 branch.
diffs (15 lines):
diff --git a/testing/sqllogictest.py b/testing/sqllogictest.py
--- a/testing/sqllogictest.py
+++ b/testing/sqllogictest.py
@@ -248,10 +248,7 @@ class SQLLogic:
pass
self.crs = None
if self.dbh:
- try:
- self.dbh.close()
- except AttributeError:
- pass
+ self.dbh.close()
self.dbh = None
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]