iterative / iterative/cml

`cml publish` ignores paths with spaces

Open
#1,369 2 comments 0 reactions 0 assignees View on GitHub
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`![]( result/Some category/pr_curve.png)` 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, `![]( result/Some%20category/pr_curve.png)`, 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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.