Fix a tab/space issue
This commit is contained in:
parent
fa3f75b16d
commit
27d0a9808f
@ -48,7 +48,7 @@ class PungiYum(yum.YumBase):
|
|||||||
|
|
||||||
class Gather(pypungi.PungiBase):
|
class Gather(pypungi.PungiBase):
|
||||||
def __init__(self, config, pkglist):
|
def __init__(self, config, pkglist):
|
||||||
pypungi.PungiBase.__init__(self, config)
|
pypungi.PungiBase.__init__(self, config)
|
||||||
|
|
||||||
# Set our own logging name space
|
# Set our own logging name space
|
||||||
self.logger = logging.getLogger('Pungi.Gather')
|
self.logger = logging.getLogger('Pungi.Gather')
|
||||||
|
Loading…
Reference in New Issue
Block a user