Skip to content

Commit

Permalink
fix slides error in script
Browse files Browse the repository at this point in the history
  • Loading branch information
turbotimon committed Nov 11, 2024
1 parent 59aaff6 commit 4cf3282
Show file tree
Hide file tree
Showing 20 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/recordings/csv_2_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def create_file_structure(df: pd.DataFrame):
filename.mkdir()
content = filename / "contents.lr"
content.write_text(create_content(i, row))
slide = filename / f"{filename.stem}.lr"
slide = filename / f"{filename.name}.pdf.lr"
slide.write_text("type: slides")

def create_content(i, row):
Expand Down

0 comments on commit 4cf3282

Please sign in to comment.