`cml publish` ignores paths with spaces
Open
bug
cml-comment
cml-publish
external-request
good-first-issue
- Dominant language
- JavaScript
- Stars
- 4.2k
- Forks
- 345
- PR merge metrics
- No merged PRs in 30d
Description
I use `cml comment create --publish-native` to publish report with images. All images are uploaded correctly except images with with spaces in paths: `result/Some category/plot.png`.
CML transformed my markdown`` to `!\[]\( result/Some category/pr_curve.png)` (added some backslashes for some reason, didn't upload file).
When I transformed my path to contain `%20` instead of spaces, ``, CML just put this in comment as is.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.