Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. $ "C:\Python34\Scripts\git-review.exe" review -R
  2. Traceback (most recent call last):
  3. File "C:\Python34\lib\runpy.py", line 171, in _run_module_as_main
  4. "__main__", mod_spec)
  5. File "C:\Python34\lib\runpy.py", line 86, in _run_code
  6. exec(code, run_globals)
  7. File "C:\Python34\Scripts\git-review.exe\__main__.py", line 9, in <module>
  8. File "C:\Python34\lib\site-packages\git_review\cmd.py", line 1714, in main
  9. _main()
  10. File "C:\Python34\lib\site-packages\git_review\cmd.py", line 1637, in _main
  11. assert_one_change(remote, branch, yes, have_hook)
  12. File "C:\Python34\lib\site-packages\git_review\cmd.py", line 908, in assert_one_change
  13. (status, output) = run_command_status(cmd)
  14. File "C:\Python34\lib\site-packages\git_review\cmd.py", line 140, in run_command_status
  15. (out, nothing) = p.communicate(stdin)
  16. File "C:\Python34\lib\subprocess.py", line 939, in communicate
  17. stdout = _eintr_retry_call(self.stdout.read)
  18. File "C:\Python34\lib\subprocess.py", line 489, in _eintr_retry_call
  19. return func(*args)
  20. File "C:\Python34\lib\encodings\cp1250.py", line 23, in decode
  21. return codecs.charmap_decode(input,self.errors,decoding_table)[0]
  22. UnicodeDecodeError: 'charmap' codec can't decode byte 0x98 in position 675038: character maps to <undefined>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement