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

Replace sys.exc_type with sys.exc_info. #125

Merged
merged 1 commit into from
Oct 3, 2019
Merged

Replace sys.exc_type with sys.exc_info. #125

merged 1 commit into from
Oct 3, 2019

Conversation

alexandrevicenzi
Copy link
Contributor

sys.exc_type has been removed in Python 3 and the same behavior was mantained with sys.exc_info logic.

This fixes #124.

`sys.exc_type` has been removed in Python 3 and the same behavior was mantained with `sys.exc_info` logic.

This fixes #124.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 156

  • 0 of 2 (0.0%) changed or added relevant lines in 1 file are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.02%) to 53.292%

Changes Missing Coverage Covered Lines Changed/Added Lines %
kobo/django/xmlrpc/dispatcher.py 0 2 0.0%
Files with Coverage Reduction New Missed Lines %
kobo/django/xmlrpc/dispatcher.py 1 0.0%
Totals Coverage Status
Change from base Build 149: -0.02%
Covered Lines: 3173
Relevant Lines: 5954

💛 - Coveralls

@rohanpm rohanpm merged commit f48f281 into release-engineering:master Oct 3, 2019
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.

AttributeError on Python 3
3 participants