Merge pull request #256 from mcmasterg/dbfixup_update_masks

dbfixup: missing arg on --clb-int
This commit is contained in:
John McMaster 2018-11-13 15:01:47 -08:00 committed by GitHub
commit 72dc4ec27b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ def run(
zero_db_fn=zero_db_fn,
verbose=verbose)
if clb_int:
update_masks()
update_masks(db_root)
def main():