We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d94d45 commit 2c02f0eCopy full SHA for 2c02f0e
src/py/kaleido/_mocker.py
@@ -48,7 +48,7 @@ def _load_figures_from_paths(paths: list[Path]):
48
_logger.info(f"Yielding {path.stem}")
49
yield {
50
"fig": figure,
51
- "path": args.output / f"{path.stem}.{args.format}",
+ "path": str(Path(args.output) / f"{path.stem}.{args.format}"),
52
}
53
else:
54
raise RuntimeError(f"Path {path} is not a file.")
0 commit comments