flake8
passed.
JSHint
passed.
Review Request #14217 — Created Oct. 30, 2024 and submitted
The SVN implementation for
apply_patchwas trying to do an integer
comparison on the--pxvalue, which was typed as a string. This change
fixes it so when a p-number is user supplied, we convert it to an int as
necessary.
Ran unit tests (including fixed unit test for the
pargument).