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

Fix Python 2.6 incompatibility in ColoredRecord.__dict.__missing__ #42

Merged
merged 1 commit into from
Feb 10, 2017

Conversation

voetsjoeba
Copy link
Contributor

Ran into a "ValueError: zero length field name in format" in colorlog.py:46 while hitting this code branch on Python 2.6, since that version still requires indices in the format placeholders.

Ran into a "ValueError: zero length field name in format" in colorlog.py:46 while hitting this code branch on Python 2.6, since that version still requires indices in the format placeholders.
@borntyping borntyping merged commit 0b13d76 into borntyping:master Feb 10, 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