Skip to content

Commit 8c38db0

Browse files
committed
chore(convert): add debug message
1 parent 6da0c36 commit 8c38db0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manim_slides/convert.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,8 @@ def get_sections_iter(self, assets_dir: Path) -> Generator[str, None, None]:
314314
file = presentation_config.files[slide_config.start_animation]
315315
file = assets_dir / file.name
316316

317+
logger.debug(f"Writing video section with file {file}")
318+
317319
# TODO: document this
318320
# Videos are muted because, otherwise, the first slide never plays correctly.
319321
# This is due to a restriction in playing audio without the user doing anything.

0 commit comments

Comments
 (0)