Skip to content

Commit 810f692

Browse files
committed
Don't close DB after writing validation
1 parent 9ced640 commit 810f692

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gridpath/auxiliary/validations.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ def write_validation_to_database(
9595
VALUES (?, ?, ?, ?, ?, ?, ?, ?);
9696
"""
9797
spin_on_database_lock(conn, c, sql, rows)
98-
conn.close()
9998

10099
return True
101100

0 commit comments

Comments
 (0)