7bd22df Work with bugzilla.bug.Bug object instead of dict

Authored and Committed by zlopez 2 years ago
    Work with bugzilla.bug.Bug object instead of dict
    
    I did a wrong assumption that Bugzilla.getbug returns dictionary, but it returns
    instance of bugzilla.bug.Bug object.
    
    Signed-off-by: Michal Konečný <mkonecny@redhat.com>