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

UnicodeDecode error during print history #137

Closed
sqlalchemy-bot opened this issue Aug 23, 2013 · 2 comments
Closed

UnicodeDecode error during print history #137

sqlalchemy-bot opened this issue Aug 23, 2013 · 2 comments
Labels
bug Something isn't working

Comments

@sqlalchemy-bot
Copy link

Migrated issue, originally created by aodag (@aodag)

#!

  File "/home/aodag/.buildout/eggs/alembic-0.6.0-py2.7.egg/alembic/command.py", line 178, in _display_current_history
    _display_history(config, script, rev, head)
  File "/home/aodag/.buildout/eggs/alembic-0.6.0-py2.7.egg/alembic/command.py", line 171, in _display_history
    config.print_stdout(sc.log_entry)
  File "/home/aodag/.buildout/eggs/alembic-0.6.0-py2.7.egg/alembic/config.py", line 92, in print_stdout
    self.stdout.write((compat.text_type(text) % arg) + "\n")
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 223: ordinal not in range(128)

@sqlalchemy-bot
Copy link
Author

Michael Bayer (@zzzeek) wrote:

0bcff3e

@sqlalchemy-bot
Copy link
Author

Changes by Michael Bayer (@zzzeek):

  • changed status to closed

@sqlalchemy-bot sqlalchemy-bot added the bug Something isn't working label Nov 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant