mirror of https://github.com/openXC7/prjxray.git
dbfixup: missing arg on --clb-int
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
9855869a2e
commit
5d1396e667
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Reference in New Issue