Skip to content

Commit 92308bc

Browse files
committed
update
1 parent 93b5fab commit 92308bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gen_controls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
contents: read
1515

1616
jobs:
17-
build:
17+
gen_controls:
1818
runs-on: ubuntu-latest
1919

2020
steps:

scripts/gen_controls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def to_pdf(btns, type_id):
7272
reportlab_pil_img = ImageReader(controller_image)
7373

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

7878
for btn in btns:

0 commit comments

Comments
 (0)