Skip to content

Commit 4afdd60

Browse files
authored
updated path from static to dynamic
1 parent 0dcfb91 commit 4afdd60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# Serializing and deleting the index:
4646
index_path='first_half.bin'
4747
print("Saving index to '%s'" % index_path)
48-
p.save_index("first_half.bin")
48+
p.save_index(index_path)
4949
del p
5050

5151
# Reiniting, loading the index

0 commit comments

Comments
 (0)