temp
This commit is contained in:
parent
c6f4eec367
commit
9731d7395e
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ class KuzuAdapter(GraphDBInterface):
|
|||
connection = Connection(tmp_db)
|
||||
connection.execute("INSTALL JSON;")
|
||||
except Exception as e:
|
||||
logger.info(f"JSON extension already installed or not needed: {e}")
|
||||
logger.info(f"JSON extension already installed or not needed: {e}", exc_info=True)
|
||||
|
||||
_install_json_extension()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue