Fix yum module failing to initalize yum plugins

pull/18777/head
Daniel Kimsey 9 years ago committed by Matt Clay
parent 0d0b78dd1e
commit a8f7fda210

@ -195,6 +195,7 @@ def yum_base(conf_file=None):
my = yum.YumBase()
my.preconf.debuglevel=0
my.preconf.errorlevel=0
my.preconf.plugins = True
if conf_file and os.path.exists(conf_file):
my.preconf.fn = conf_file
if os.geteuid() != 0:

Loading…
Cancel
Save