Skip to content

Commit 1038a31

Browse files
authored
Merge pull request #171 from ashfaq92/patch-1
updated path from static to dynamic
2 parents e1bf1d2 + 4afdd60 commit 1038a31

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)