Make _writeYumConf() take the self argument.
This commit is contained in:
parent
acbe7037d6
commit
206fee2e70
@ -199,7 +199,7 @@ class Lorax:
|
||||
|
||||
return buildinstdir, treedir, cachedir
|
||||
|
||||
def _writeYumConf():
|
||||
def _writeYumConf(self):
|
||||
"""_writeYumConf()
|
||||
|
||||
Generate a temporary yum.conf file for image generation. Returns the path
|
||||
|
Loading…
Reference in New Issue
Block a user