Advertisement
Guest User

Untitled

a guest
Oct 6th, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. # update-manager-text
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Building data structures... Done
  6. Building Updates List
  7. Traceback (most recent call last):
  8. File "/usr/bin/update-manager-text", line 70, in <module>
  9. app = UpdateManagerText(data_dir)
  10. File "/usr/lib/python3/dist-packages/UpdateManagerText/UpdateManagerText.py", line 55, in __init__
  11. self.fillstore()
  12. File "/usr/lib/python3/dist-packages/UpdateManagerText/UpdateManagerText.py", line 90, in fillstore
  13. self.list.pkgs, key=operator.attrgetter("importance"),
  14. AttributeError: 'UpdateList' object has no attribute 'pkgs'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement