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
ReemoteWrapper.execute_request result must be improved to be able to integrate
ReemoteWrapper.execute_request
It applies to https://github.com/gisce/reemote/blob/adapt_code_to_allow_calls/pyreemote/pyreemote/telemeasure.py#L94
Proposed return schema:
{ 'error': True / False, 'message': $stdout, 'error_message': $sterr, 'rc': $execution_return_code, }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ReemoteWrapper.execute_request
result must be improved to be able to integrateIt applies to https://github.com/gisce/reemote/blob/adapt_code_to_allow_calls/pyreemote/pyreemote/telemeasure.py#L94
Proposed return schema:
The text was updated successfully, but these errors were encountered: