Re: [Pki-devel] [PATCH] Fixed pylint errors (re-sent)

2017-05-31 Thread Endi Sukma Dewata
On 5/31/2017 6:30 PM, Matthew Harmsen wrote: The attached patch was altered to change "args" ==> "argv" rather than "argv" ==> "args" since it was discovered that a number of the routines utilized "args" as a local variable that would have to be changed since if the "argv" input parameter were

[Pki-devel] [PATCH] Fixed pylint errors (re-sent)

2017-05-31 Thread Matthew Harmsen
The attached patch was altered to change "args" ==> "argv" rather than "argv" ==> "args" since it was discovered that a number of the routines utilized "args" as a local variable that would have to be changed since if the "argv" input parameter were changed to "args". Consequently, this patch

[Pki-devel] [PATCH] Fixed pylint errors

2017-05-31 Thread Matthew Harmsen
Please review the attached patch which addresses the following issues: * dogtagpki Pagure Issue #2713 - Build failure due to Pylint issues These changes were successfully compiled on a Fedora 27 machine with the following packages: *