Skip to content

Commit a71a0ba

Browse files
committed
Add yet more logging.
1 parent 50225ff commit a71a0ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/py/kaleido/_page_generator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def _ensure_path(path: Path | str | tuple[str | Path, str]) -> None:
2222
path = path[0]
2323
_logger.debug(f"Ensuring path {path!s}")
2424
parsed = urlparse(str(path))
25+
_logger.debug(f"Parsed file path: {parsed}")
2526
if parsed.scheme.startswith("http"): # is url
2627
return
2728
elif (

0 commit comments

Comments
 (0)