mirror of https://github.com/openXC7/prjxray.git
segmaker: SLICE_X0 and SLICE_X1 were being combined into SLICE
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
0a66f31188
commit
c2cc1fadc6
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Reference in New Issue