tried adding cli fix
This commit is contained in:
parent
0d726c0e32
commit
19431a41d6
1 changed files with 1 additions and 1 deletions
|
|
@ -77,4 +77,4 @@ After adding data, use `cognee cognify` to process it into knowledge graphs.
|
|||
except Exception as e:
|
||||
if isinstance(e, CliCommandInnerException):
|
||||
raise CliCommandException(str(e), error_code=1) from e
|
||||
raise CliCommandException(f"Error adding data: {str(e)}", error_code=1) from e
|
||||
raise CliCommandException(f"Failed to add data: {str(e)}", error_code=1) from e
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue