mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-29 08:34:23 +08:00
Merge pull request #1388 from soodoku/fix/make-venv-path
Fix `make venv` creating the virtual environment at the wrong path
This commit is contained in:
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file. The format
|
||||
|
||||
### Fixed
|
||||
- Initialize PDFium's form environment in `get_page_image` so that filled AcroForm field content is included when rendering pages via `Page.to_image()`. ([#1367](https://github.com/jsvine/pdfplumber/issues/1367))
|
||||
- Fix `make venv`, which created the virtual environment at `venv/` but then installed into `${VENV}` (default `.venv/`), causing the target to fail on a fresh checkout (h/t @soodoku). ([ec96f72](https://github.com/jsvine/pdfplumber/commit/ec96f72))
|
||||
- Include the wrapped exception's class name in `PdfminerException`'s message when `pdfminer.six` raises an exception without one (e.g. `PDFPasswordIncorrect`), which previously surfaced as a blank error message.
|
||||
|
||||
## [0.11.10] — 2026-06-14
|
||||
|
||||
Reference in New Issue
Block a user