staffanm/ferenda

SQLiteStore TrippleStore failes to close properly

Opened this issue · 0 comments

Traceback (most recent call last):
  File "C:\projects\ferenda\ferenda\triplestore.py", line 113, in __del__
    self.close()
  File "C:\projects\ferenda\ferenda\triplestore.py", line 284, in close
    self.graph.close(True)
AttributeError: 'SQLiteStore' object has no attribute 'graph'