sassoftware / sassoftware/pyviyatools
listmemberswithpath.py UnicodeEncodeError
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 50
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
Hi when running listmemberswithpath.py I get the following error:
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2013' in position 135: oridnal not in range(128)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Begin with listmemberswithpath.py and reproduce the UnicodeEncodeError using the reported en dash character. Trace where its output is encoded, then verify that the script handles that character without raising the exception.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100