Skip to content

Commit c195405

Browse files
committed
remove call to engine.close() - engine does not have such a method (fixes issue #24)
1 parent 2ac5aa5 commit c195405

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rdflib_sqlalchemy/store.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,8 +619,6 @@ def close(self, commit_pending_transaction=False):
619619
Close the current store engine connection if one is open.
620620
621621
"""
622-
if self.engine:
623-
self.engine.close()
624622
self.engine = None
625623

626624
def destroy(self, configuration):

0 commit comments

Comments
 (0)