Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yulaicui committed Jul 18, 2023
2 parents 64e83ce + 5e862e0 commit c2c3a0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions evadb/catalog/sql_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ class SingletonMeta(type):

def __call__(cls, uri):
key = (cls, uri)
instances = cls._instances
print(instances)
with cls._lock:
if key not in cls._instances:
instance = super().__call__(uri)
Expand Down

0 comments on commit c2c3a0e

Please sign in to comment.