Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for pdfcat options parse, issue #70 #71

Merged
merged 7 commits into from
Feb 25, 2014
Merged

Conversation

switham
Copy link
Contributor

@switham switham commented Feb 25, 2014

nargs=argparse.REMAINDER means just pass the rest of these arguments unparsed. "-2:" works in the right place, not in the wrong place. The --help is still okay (maybe clearer). Errors in the earlier options are still caught by argparse. Later problems are caught in parse_filename_page_ranges(). All seems to be well.

@switham
Copy link
Contributor Author

switham commented Feb 25, 2014

This was meant to fix issue #70 <---- LINK. Is there a way to connect a pull request to an existing issue instead of making a new one?

@mstamy2
Copy link
Collaborator

mstamy2 commented Feb 25, 2014

I don't think GitHub supports directly attaching pull requests to issues; pull requests always create separate issues. However, within the pull request if a commit message includes "fixes #70" or similar wording, then #70 will automatically close when that commit is merged.

mstamy2 added a commit that referenced this pull request Feb 25, 2014
Fix for pdfcat options parse, fix issue #70
@mstamy2 mstamy2 merged commit 37e84af into py-pdf:master Feb 25, 2014
polyglot-jones pushed a commit to polyglot-jones/PyPDF2 that referenced this pull request Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants