mirror of https://github.com/openXC7/prjxray.git
tilegrid: fix multi regression
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
f93c16c9bb
commit
bba4f339cc
|
|
@ -19,7 +19,7 @@ def run(
|
|||
metastr += ".DBIT:%u" % dbit
|
||||
if dframe is not None:
|
||||
metastr += ".DFRAME:%02x" % dframe
|
||||
if multi is not None:
|
||||
if multi:
|
||||
metastr += ".MULTI"
|
||||
|
||||
tags = dict()
|
||||
|
|
|
|||
Loading…
Reference in New Issue