tilegrid: fix multi regression

Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
John McMaster 2019-01-09 23:29:21 +01:00
parent f93c16c9bb
commit bba4f339cc
1 changed files with 1 additions and 1 deletions

View File

@ -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()