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
Branches
Tags
No related merge requests found
......@@ -61,6 +61,7 @@ class DataBase():
channels: list
"""
self._logger = logging.getLogger('navipy')
self.__convention = None
if not isinstance(filename, str):
msg = 'filename should be a string'
self._logger.exception(msg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment