Skip to content

Commit

Permalink
DEV: Remove page labels PR link from message (py-pdf#2561)
Browse files Browse the repository at this point in the history
Maintaining/validating example images inside a PR is complicated. Rather use the existing issue py-pdf#2560 if there are new findings.
  • Loading branch information
stefan6419846 authored Mar 30, 2024
1 parent 3a6e4d0 commit a36f9b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pypdf/_page_labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,7 @@ def index2label(reader: PdfCommonDocProtocol, index: int) -> str:
logger_warning(
(
"/Kids or /Limits found in PageLabels. "
"Please share this PDF with pypdf: "
"https://github.com/py-pdf/pypdf/pull/1519"
"This is not yet supported."
),
__name__,
)
Expand Down

0 comments on commit a36f9b0

Please sign in to comment.