Advertisement
Guest User

Untitled

a guest
Mar 15th, 2010
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. PythonVersion: 2.6.4
  2. Traceback:
  3. Traceback (most recent call last):
  4. File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 853, in exception_to_return_code
  5. return the_callable(*args, **kwargs)
  6. File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 1055, in run_bzr
  7. ret = run(*run_argv)
  8. File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 661, in run_argv_aliases
  9. return self.run_direct(**all_cmd_args)
  10. File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 665, in run_direct
  11. return self._operation.run_simple(*args, **kwargs)
  12. File "/usr/lib/python2.6/dist-packages/bzrlib/cleanup.py", line 122, in run_simple
  13. self.cleanups, self.func, *args, **kwargs)
  14. File "/usr/lib/python2.6/dist-packages/bzrlib/cleanup.py", line 156, in _do_with_cleanups
  15. result = func(*args, **kwargs)
  16. File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 1070, in ignore_pipe
  17. result = func(*args, **kwargs)
  18. File "/home/parthm/.bazaar/plugins/grep/__init__.py", line 144, in run
  19. verbose, self.outf)
  20. File "/home/parthm/.bazaar/plugins/grep/grep.py", line 107, in workingtree_grep
  21. include, exclude, verbose, outf, path_prefix)
  22. File "/home/parthm/.bazaar/plugins/grep/grep.py", line 146, in dir_grep
  23. print_revno, include, exclude, verbose, outf, path_prefix)
  24. File "/home/parthm/.bazaar/plugins/grep/grep.py", line 240, in _file_grep
  25. outf.write(pfmt % (line,))
  26. UnicodeDecodeError: 'ascii' codec can't decode byte 0xa4 in position 7: ordinal not in range(128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement