[paths] Use variant.uid explicitly
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
6ae48e2bf5
commit
055b5e431b
@ -247,7 +247,7 @@ class WorkPaths(object):
|
|||||||
Examples:
|
Examples:
|
||||||
work/x86_64/repo_package_list/Server.x86_64.rpm.conf
|
work/x86_64/repo_package_list/Server.x86_64.rpm.conf
|
||||||
"""
|
"""
|
||||||
file_name = "%s.%s" % (variant, arch)
|
file_name = "%s.%s" % (variant.uid, arch)
|
||||||
if pkg_type is not None:
|
if pkg_type is not None:
|
||||||
file_name += ".%s" % pkg_type
|
file_name += ".%s" % pkg_type
|
||||||
file_name += ".conf"
|
file_name += ".conf"
|
||||||
|
Loading…
Reference in New Issue
Block a user