Skip to content

Commit 6bd1124

Browse files
committed
update print statement for clarity
1 parent ffd28bf commit 6bd1124

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dicee/executer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def create_and_store_kg(self) -> None:
163163
)
164164

165165
if os.path.exists(memmap_path) and os.path.exists(details_path):
166-
print("KG memmap already exists, skipping.")
166+
print("KG already exists, skipping creation.")
167167
return
168168

169169
print("Creating knowledge graph...")

0 commit comments

Comments
 (0)