segmaker: SLICE_X0 and SLICE_X1 were being combined into SLICE

Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
John McMaster 2018-10-23 15:04:24 -07:00
parent 0a66f31188
commit c2cc1fadc6
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ class Segmaker:
return site_prefix
sitekey = {
'slice': name_slice,
'SLICE': name_slice,
}.get(site_prefix, name_default)()
for name, value in self.site_tags[site].items():