Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2012
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Traceback:
  2. Traceback (most recent call last):
  3. File "/usr/share/unity/lenses/cooking/unity-scope-recipefy", line 37, in on_search_changed
  4. self.update_results_model (search_string, model)
  5. File "/usr/share/unity/lenses/cooking/unity-scope-recipefy", line 43, in update_results_model
  6. self.recipefy(search, model)
  7. File "/usr/share/unity/lenses/cooking/unity-scope-recipefy", line 67, in recipefy
  8. time, _, difficulty = item.xpath("div/ul/li[@class='extra-time']/span/text()")[0].strip().partition("/")
  9. IndexError: list index out of range
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement