We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version parsr-client==3.2.3
Issue the returned dictionary when using 'wait_till_finished=True' was:
return { 'file': file, 'config': config, 'status_code': r.status_code, 'server_response': r.text }
It should be:
return { 'file': file_path, 'config': config_path, 'status_code': r.status_code, 'server_response': r.text }
As the function takes 'file_path' and 'config_path' as arguments.
The text was updated successfully, but these errors were encountered:
I just came across same issue, and it's already fixed in #490
What we would like is to have the changes pushed on PyPi. Is it something that could be done easily?
Sorry, something went wrong.
No branches or pull requests
Version
parsr-client==3.2.3
Issue
the returned dictionary when using 'wait_till_finished=True' was:
It should be:
As the function takes 'file_path' and 'config_path' as arguments.
The text was updated successfully, but these errors were encountered: