pkgset: Initialize path_prefix to empty value
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
2b112d53f7
commit
44e551317a
@ -24,6 +24,7 @@ class PkgsetPhase(PhaseBase):
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(PkgsetPhase, self).__init__(*args, **kwargs)
|
||||
self.package_sets = []
|
||||
self.path_prefix = None
|
||||
|
||||
def run(self):
|
||||
pkgset_source = "PkgsetSource%s" % self.compose.conf["pkgset_source"]
|
||||
|
Loading…
Reference in New Issue
Block a user