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
new_process_output(...)
By @jayvdb: new_process_output() got an unexpected keyword argument 'cc_threshold'
new_process_output()
https://travis-ci.org/coala/docker-coala-base/builds/256537062
This may have been a hidden error, exposed by recent improvement to coala core testing, or maybe something more sinister.
The text was updated successfully, but these errors were encountered:
This occurs because kwargs passed to process_output(...) have not been taken care of.
process_output(...)
Sorry, something went wrong.
LocalBearTestHelper: Add **process_output_kwargs
2868324
Add `**process_output_kwargs` argument to `new_process_output(...)` and `old_process_output(...)` because the keyword arguments were not taken care of in bbb99f9. Fixes coala#4576 Related to coala/docker-coala-base#219
yash-nisar
Successfully merging a pull request may close this issue.
By @jayvdb:
new_process_output()
got an unexpected keyword argument 'cc_threshold'https://travis-ci.org/coala/docker-coala-base/builds/256537062
This may have been a hidden error, exposed by recent improvement to coala core testing, or maybe something more sinister.
The text was updated successfully, but these errors were encountered: