Skip to content

Commit fef5045

Browse files
authored
fix writer bug (#605)
1 parent 1435665 commit fef5045

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kag/builder/component/writer/kg_writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def __init__(self, project_id: int = None, delete: bool = False, **kwargs):
5353
else:
5454
self.project_id = project_id
5555
self.client = GraphClient(
56-
host_addr=self.kag_project_config.host_addr, project_id=project_id
56+
host_addr=self.kag_project_config.host_addr, project_id=self.project_id
5757
)
5858
self.delete = delete
5959

0 commit comments

Comments
 (0)