Skip to content
Snippets Groups Projects
Commit b34e618f authored by Olivier Bertrand's avatar Olivier Bertrand
Browse files

Database use now mode instead of create to allow more versatile bheaviour

parent b4b87120
No related branches found
No related tags found
No related merge requests found
...@@ -61,6 +61,7 @@ class DataBase(): ...@@ -61,6 +61,7 @@ class DataBase():
channels: list channels: list
""" """
self._logger = logging.getLogger('navipy') self._logger = logging.getLogger('navipy')
self.__convention = None
if not isinstance(filename, str): if not isinstance(filename, str):
msg = 'filename should be a string' msg = 'filename should be a string'
self._logger.exception(msg) self._logger.exception(msg)
......
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