Skip to content

Commit

Permalink
Minor cleanup in .
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Daburu committed Feb 12, 2019
1 parent f945652 commit 7d57b7f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions elastalk/seed.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def seed(root: str or Path,
for docfile in [f for f in docdir.iterdir() if f.is_file()]:
# What do we thing the document ID should be?
_id = docfile.name
print(_id)
# If it is convertible to a UUID, it's a UUID...
try:
_id = uuid.UUID(_id)
Expand All @@ -91,8 +90,3 @@ def seed(root: str or Path,
id=_id,
body=etconn.pack(doc=doc, index=_index)
)



# TODO: Pick it up here!

0 comments on commit 7d57b7f

Please sign in to comment.