Skip to content

Commit

Permalink
remove tmp code
Browse files Browse the repository at this point in the history
  • Loading branch information
lgabs committed Nov 16, 2024
1 parent b8d2a1d commit 4f89243
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gpt_resolve/pdf_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ def generate_solutions_pdf(
)

# Add each solution to document
idx = 7
for sol_file in solution_files[idx-1:idx]:
for sol_file in solution_files:
content = sol_file.read_text(encoding="utf-8")
doc.append(NoEscape(content))
doc.append(NoEscape(r"\newpage"))
Expand Down

0 comments on commit 4f89243

Please sign in to comment.