Skip to content
Snippets Groups Projects
Commit 27b81a7b authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Fix query implementation

parent 0b9751ee
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ class Database(object): ...@@ -34,7 +34,7 @@ class Database(object):
self.session = None self.session = None
else: else:
self.session = utils.session(type(), INFO.location(), files()[0]) self.session = utils.session(INFO.type(), INFO.location(), INFO.files()[0])
def is_valid(self): def is_valid(self):
"""Returns if a valid session has been opened for reading the database""" """Returns if a valid session has been opened for reading the database"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment