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

Code difference #98

Open
JamCh01 opened this issue Sep 2, 2019 · 0 comments
Open

Code difference #98

JamCh01 opened this issue Sep 2, 2019 · 0 comments

Comments

@JamCh01
Copy link

JamCh01 commented Sep 2, 2019

Hello, I used your project in my own code. I download it by pypi, but I found some differences with your project just like:
code in your project
https://github.com/Qix-/better-exceptions/blob/master/better_exceptions/__init__.py#L52

def excepthook(exc, value, tb):
    formatted = u''.join(format_exception(exc, value, tb))
    write_stream(formatted, STREAM)

code in pypi

def excepthook(exc, value, tb):
    formatted = format_exception(exc, value, tb)
    write_stream(formatted, STREAM)

MD5 (better_exceptions-0.2.2.tar.gz) = 94bd5de2cf77e5b4189bd5e74637bd8c
It seems that you didn't update in pypi after you changed the code.
this commit: f10e1fb#diff-6093ef9883a0cd5b3837559bac19babd

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

No branches or pull requests

1 participant