mirror of https://github.com/openXC7/prjxray.git
Merge pull request #475 from mcmasterg/multi
tilegrid: fix "multi" regression
This commit is contained in:
commit
5079cbb383
|
|
@ -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