#4454 Fix updating project options with python2
Merged by pingou. Opened by pingou.
fix_updating_options  into  master

Download 4454.patch

Basically python2 does not have the .isnumeric()method so using it
will not work.

This fixes updating the project's options via the API when pagure is
deployed with python2.

Fixes https://pagure.io/pagure/issue/4448

Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr

:thumbsup:

Thanks for the review! :)

Pull-Request has been merged by pingou

Metadata