Comment 3 for bug 561711

Revision history for this message
Andrew Bennetts (spiv) wrote : Re: bzr: ERROR: exceptions.UnicodeDecodeError: 'ascii' codec can't decode byte 0xd6 in position 28: ordinal not in range(128)

This is happening on 'bzr init' in a home directory. It appears there's a filename with an unexpected encoding somewhere in that directory. 'bzr init' probably shouldn't be scanning the entire directory in the first place, that's bug 501307. You'd still get a similar traceback on 'bzr add' even if bug 501307 were fixed, though, so I suppose this should be a separate bug.