Skip to content
New issue

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

orchestra/run: better handle weird args #2024

Merged
merged 1 commit into from
Jan 30, 2025
Merged

orchestra/run: better handle weird args #2024

merged 1 commit into from
Jan 30, 2025

Conversation

kshtsk
Copy link
Contributor

@kshtsk kshtsk commented Jan 30, 2025

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

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]>
Copy link
Member

@zmc zmc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent

@zmc zmc merged commit 5eda30d into ceph:main Jan 30, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants