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

CompillerException with proper error_output default value #573

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Pentusha
Copy link

NoneType have not strip method.
This is a issue for compilers, which do not provide the value of error_output.
https://github.com/facebookarchive/react-python/blob/master/react/utils/pipeline.py#L37

@jnns
Copy link

jnns commented Feb 1, 2017

I'm dropping the error message in this issue so that folks find this faster when searching for it. In my case I received this error by using react.utils.pipeline.JSXCompiler:

AttributeError: 'NoneType' object has no attribute 'strip'

Does anyone have an idea why the Travis build fails? Seems to me that that's not a problem with the pull request but rather the test infrastructure.

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.

2 participants