bzr bug
Martin Pool
mbp at sourcefrog.net
Tue Sep 18 01:40:54 BST 2007
On 9/13/07, Grinchishin V. <grinchishin at zaporizhstal.com> wrote:
> I missed option m and got this error:
>
> bzr: ERROR: exceptions.UnicodeEncodeError: 'ascii' codec can't encode
> character u'\u043b' in position 17: ordinal not in range(128)
>
> Traceback (most recent call last):
> File "C:\usr\Python\Lib\site-packages\bzrlib\commands.py", line 817,
> in run_bzr_catch_errors
> return run_bzr(argv)
> File "C:\usr\Python\Lib\site-packages\bzrlib\commands.py", line 779,
> in run_bzr
> ret = run(*run_argv)
> File "C:\usr\Python\Lib\site-packages\bzrlib\commands.py", line 462,
> in run_argv_aliases
> args, opts = parse_args(self, argv, alias_argv)
> File "C:\usr\Python\Lib\site-packages\bzrlib\commands.py", line 563,
> in parse_args
> options, args = parser.parse_args(args)
> File "C:\usr\Python\lib\optparse.py", line 1380, in parse_args
> self.error(str(err))
> UnicodeEncodeError: 'ascii' codec can't encode character u'\u043b' in
> position 17: ordinal not in range(128)
Thankyou for the report, I've filed
https://bugs.edge.launchpad.net/bzr/+bug/140563
--
Martin
More information about the bazaar
mailing list