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

New --pdf-errors flag to enable error output to user-specified directory #666

Merged
merged 3 commits into from
Jun 26, 2023

Conversation

al-niessner
Copy link
Contributor

🗒️ Summary

Added all of the appropriate command line option hooks to get it as rule context. Simply look at it and process normally if not empty otherwise skip writing the PDF error file.

⚙️ Test Data and/or Report

See unit tests below (they all still pass)

♻️ Related Issues

Closes #658

Add a new parameter to place PDF error files in specified directory. If it is not specified, then the PDF error files are tossed.
@nutjob4life nutjob4life removed their request for review June 26, 2023 19:40
@al-niessner al-niessner marked this pull request as ready for review June 26, 2023 20:19
@al-niessner
Copy link
Contributor Author

@jordanpadams @tloubrieu-jpl

Ready for review

@jordanpadams jordanpadams changed the title issue 658: control PDF error dir New --pdf-errors flag to enable error output to user-specified directory Jun 26, 2023
@jordanpadams jordanpadams changed the title New --pdf-errors flag to enable error output to user-specified directory New --pdf-errors flag to enable error output to user-specified directory Jun 26, 2023
@jordanpadams jordanpadams merged commit 9b4e1b3 into main Jun 26, 2023
@jordanpadams jordanpadams deleted the issue_658 branch June 26, 2023 21:40
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.

As a user, I want the PDF error reports to be output in a user-specified directory
2 participants