Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

non-ascii parentheses were breaking download.py #21

Closed
wants to merge 4 commits into from

Conversation

lunardog
Copy link

download.py was failing:

  File "download.py", line 34, in print_title
    print('\n'.join(('', title, pattern * len(title))))
UnicodeEncodeError: 'ascii' codec can't encode character u'\uff08' in position 23: ordinal not in range(128)

The reason was the non-ascii parentheses in 1.3.

Also, atom-atically removed some whitespace.

@lunardog lunardog closed this Mar 1, 2017
@lunardog lunardog reopened this Mar 1, 2017
@lunardog lunardog closed this Mar 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants