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

global name is_header is not defined #28

Closed
sindbach opened this issue May 19, 2017 · 2 comments
Closed

global name is_header is not defined #28

sindbach opened this issue May 19, 2017 · 2 comments

Comments

@sindbach
Copy link

The current master __init__.py currently will throw out error for :

    self.fragment = Fragment(is_quoted, line, headers=is_header)
    NameError: global name 'is_header' is not defined

As the error message stated, this is due to undefined variable is_header at :

https://github.com/zapier/email-reply-parser/blob/master/email_reply_parser/__init__.py#L109-L115

I believe this PR-27 is an attempt to roll back and fix.
Could someone approve/resolve ?
Thanks.

@roycehaynes
Copy link
Contributor

@sindbach - yea, let me review conflicts and run tests and merge PR-27. Thanks for the call out.

@ttyS15
Copy link

ttyS15 commented May 25, 2017

67a66f6#commitcomment-22276287

+1

version 5.10.0 is corrupted

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

3 participants