Skip to content

Commit

Permalink
Fix in lmdbdao
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-souza committed Dec 11, 2024
1 parent ca1f2d9 commit e5d778b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flowcept/commons/daos/docdb_dao/lmdb_dao.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def __new__(cls, *args, **kwargs) -> "LMDBDAO":

def __init__(self):
if not hasattr(self, "_initialized"):
self._initialized = True
self._open()

def _open(self):
Expand Down

0 comments on commit e5d778b

Please sign in to comment.