pkgset: Initialize path_prefix to empty value

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2019-09-23 09:17:51 +02:00
parent 2b112d53f7
commit 44e551317a

View File

@ -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"]