dbfixup: missing arg on --clb-int

Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
John McMaster 2018-11-13 14:32:52 -08:00
parent 9855869a2e
commit 5d1396e667
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():