]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
orchestra/run: better handle weird args 2024/head
authorKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Thu, 30 Jan 2025 11:18:24 +0000 (12:18 +0100)
committerKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Thu, 30 Jan 2025 12:53:31 +0000 (13:53 +0100)
commit0c7d9c51dbccfe5f5b3ae36499e38fd7c8794447
tree85f72495858560a236cd2f5c3ec4aa991ec7a023
parent4a0dbc1ea79618909b0174eb7662f9e73f943d20
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 <kyrylo.shatskyy@clyso.com>
teuthology/orchestra/run.py