remove redundant line (pointed out by James Antill)
This commit is contained in:
parent
18a02ba71f
commit
1b8a6b4aa5
1 changed files with 0 additions and 1 deletions
|
|
@ -99,7 +99,6 @@ class RepoMerge(object):
|
|||
self.yumbase.preconf.fn = '/dev/null'
|
||||
self.yumbase.preconf.init_plugins = False
|
||||
self.yumbase.preconf.debuglevel = 2
|
||||
self.yumbase._getConfig()
|
||||
else:
|
||||
self.yumbase._getConfig('/dev/null', init_plugins=False, debuglevel=2)
|
||||
self.yumbase.conf.cachedir = tempfile.mkdtemp()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue