From b34e618f810386d19104b50a382aa2dffa6f6dbd Mon Sep 17 00:00:00 2001
From: "Olivier J.N. Bertrand" <olivier.bertrand@uni-bielefeld.de>
Date: Mon, 17 Sep 2018 20:49:41 +0200
Subject: [PATCH] Database use now mode instead of create to allow more
 versatile bheaviour

---
 navipy/database/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/navipy/database/__init__.py b/navipy/database/__init__.py
index e0faf13..ce50392 100644
--- a/navipy/database/__init__.py
+++ b/navipy/database/__init__.py
@@ -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)
-- 
GitLab