[paths] Use variant.uid explicitly

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2016-02-29 10:40:02 +01:00
parent 6ae48e2bf5
commit 055b5e431b
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ class WorkPaths(object):
Examples:
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:
file_name += ".%s" % pkg_type
file_name += ".conf"