f0e062c don't use vars() on munch.Munch() dict

Authored and Committed by nphilipp 7 years ago
    don't use vars() on munch.Munch() dict
    
    Using vars() this way breaks passing the koji configuration options to
    koji.ClientSession(), it passes an empty dict instead. Any options in
    koji.conf which are needed for authenticating are ineffectual (e.g.
    `krbservice`).
    
        
file modified
+1 -1