Merge pull request #475 from mcmasterg/multi

tilegrid: fix "multi" regression
This commit is contained in:
John McMaster 2019-01-10 00:08:34 +01:00 committed by GitHub
commit 5079cbb383
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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()