Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sid220 committed Apr 23, 2024
1 parent 93b5fab commit 92308bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gen_controls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
contents: read

jobs:
build:
gen_controls:
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion scripts/gen_controls.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def to_pdf(btns, type_id):
reportlab_pil_img = ImageReader(controller_image)

# Create a PDF canvas
c = canvas.Canvas(str(type_id) + "_buttons.pdf", pagesize=(1110, 753))
c = canvas.Canvas(file_path + str(type_id) + "_buttons.pdf", pagesize=(1110, 753))
c.drawImage(reportlab_pil_img, 0, 0, width=1110, height=753)

for btn in btns:
Expand Down

0 comments on commit 92308bc

Please sign in to comment.