stdevel / katprep

Python toolkit for automating system maintenance and generating patch reports along with Foreman/Katello and Red Hat Satellite 6.x
GNU General Public License v3.0
35 stars 6 forks source link

fix a filter bug #100

Closed stdevel closed 6 years ago

stdevel commented 6 years ago

Fixed a bug where unset filters were causing other filters to have invalid values. This is prevented by checking filter existence before checking for digits.

See also issue #94.