You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixing sentinel command execution to allow returning of actual responses when meaningful - behaviour controlled by 'return_responses' argument. (#3191)
* Fixing sentinel command response
* Linter check pass
* Applying review comments and fixing some issues.
* Fix several spelling mistakes
* Adding new sentinel integration tests. Fixing the boolean return value type for sentinel's execute_command
* Replacing usage of reduce in the boolean return types with python's built-in 'all' function for better performance and improved readability.
* Changing the default behavior to be as before, returning of the responces is now optional. Fixed the pydocs to reflect the actual method behavior.
---------
Co-authored-by: petyaslavova <[email protected]>
0 commit comments