ci(forgejo): install Node.js before actions/checkout@v4 (#2)
This commit is contained in:
parent
98eebe62bf
commit
7baa48ec4d
27 changed files with 102 additions and 44 deletions
|
|
@ -111,7 +111,7 @@ class PDFTableExtractor:
|
|||
import camelot
|
||||
|
||||
tables: list[dict[str, Any]] = []
|
||||
tmp_path = "/tmp/_pry_pdf.pdf"
|
||||
tmp_path = "/tmp/_pry_pdf.pdf" # nosec B108
|
||||
try:
|
||||
with open(tmp_path, "wb") as f:
|
||||
f.write(pdf_bytes)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue