correct path
This commit is contained in:
parent
8be92c1654
commit
ce126b10c3
|
@ -111,7 +111,7 @@ class Control:
|
||||||
except sqlalchemy.exc.SQLAlchemyError:
|
except sqlalchemy.exc.SQLAlchemyError:
|
||||||
self._user_id = self._database.user_info(name='test', password='test', application_id=self._application_id).id
|
self._user_id = self._database.user_info(name='test', password='test', application_id=self._application_id).id
|
||||||
|
|
||||||
self._pickle_path = Path('tests_data/pickle_path.bz2').resolve()
|
self._pickle_path = (example_path /'pickle_path.bz2').resolve()
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def database(self):
|
def database(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user