Avoid TypeError while coercing string to int
Review Request #9940 — Created May 15, 2018 and submitted — Latest diff uploaded
A change in the
rbtools patchsupport a while back regressed the
behaviour of the-pflag that is passed to patch(1). We now no longer
assume that is anintand just splat it into the string to avoid a
TypeError whenpis a string like'4'.
Ran unit tests.