Skip to content

Commit

Permalink
chore(lib): update comment
Browse files Browse the repository at this point in the history
chore(lib): update comment
  • Loading branch information
jeertmans committed May 10, 2024
1 parent f955a77 commit cbf18a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manim_slides/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,8 @@ def convert_to(self, dest: Path) -> None:
if num_presentation_configs > 1:
# Prevent possible name collision, see:
# https://github.com/jeertmans/manim-slides/issues/428
# With ManimCE, this should not happen (but happens...)
# With ManimCE, this can happen when caching is disabled as filenames are
# 'uncached_000x.mp4'
# With ManimGL, this can easily occur since filenames are just basic integers...
num_digits = len(str(num_presentation_configs - 1))

Check warning on line 415 in manim_slides/convert.py

View check run for this annotation

Codecov / codecov/patch

manim_slides/convert.py#L415

Added line #L415 was not covered by tests

Expand Down

0 comments on commit cbf18a3

Please sign in to comment.