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

Fixed import bug when using python -OO. #39

Merged
merged 1 commit into from
Jun 4, 2016

Conversation

SethMMorton
Copy link
Owner

The -OO flag removes docstrings (sets them to None), which caused
issues with the doctoring compatability wrapper because it was trying
to call .format on None.

The wrapper has been modified to check for None.

This should solve issue #38.

The -OO flag removes docstrings (sets them to None), which caused
issues with the doctoring compatability wrapper because it was trying
to call .format on None.

The wrapper has been modified to check for None.

This should solve issue #38.
@coveralls
Copy link

coveralls commented Jun 4, 2016

Coverage Status

Coverage increased (+0.0007%) to 99.62% when pulling aaba1bf on optimized-python-patch into a2a4f27 on master.

@SethMMorton SethMMorton merged commit b68fb2c into master Jun 4, 2016
@SethMMorton SethMMorton deleted the optimized-python-patch branch June 4, 2016 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants