Adding some more fixes for path
This commit is contained in:
@@ -692,8 +692,8 @@ def build_render_plan(
|
||||
if outro_events:
|
||||
total_duration = outro_events[-1].end_time
|
||||
|
||||
# Derive slides directory
|
||||
slides_json_path = project_path / config.slides_path
|
||||
# Derive slides directory — lowercase path for case-sensitive filesystems (WSL/Linux).
|
||||
slides_json_path = project_path / config.slides_path.lower()
|
||||
slides_dir = slides_json_path.parent
|
||||
|
||||
plan = RenderPlan(
|
||||
|
||||
Reference in New Issue
Block a user