Advertisement
krissen

boar update (output)

Dec 13th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. $ boar update
  2. Looking for files: 304
  3. Verifying checksum cache: 304
  4. Loading session... done
  5. Calculating changes... done
  6. Traceback (most recent call last):
  7. File "/usr/local/bin/boar", line 1497, in <module>
  8. return_code = main()
  9. File "/usr/local/bin/boar", line 1417, in main
  10. return cmd_update(args[1:])
  11. File "/usr/local/bin/boar", line 694, in cmd_update
  12. old_revision = old_revision, new_revision = new_revision, ignore_errors = options.ignore_errors)
  13. File "/opt/boar/workdir.py", line 257, in update
  14. self.get_changes(old_revision)
  15. File "/opt/boar/workdir.py", line 690, in get_changes
  16. new_files.add(new_name)
  17. AttributeError: 'tuple' object has no attribute 'add'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement