Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
orchestra/run: better handle weird args
If one of the command args in remote.run is None then there is exception occurs while trying to qoute argument list: TypeError: expected string or bytes-like object This fix addresses the issue and gives user better idea what is happening, and how to fix the error. Fixes: https://tracker.ceph.com/issues/64452 Signed-off-by: Kyr Shatskyy <[email protected]>
- Loading branch information