mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
API script fix
This commit is contained in:
parent
027331aef2
commit
0ea2ac3f28
|
@ -1261,7 +1261,7 @@ def mk_ml(ml_dir):
|
|||
ml_native.write('(**/**)\n')
|
||||
ml_native.close()
|
||||
|
||||
if is_verbose():
|
||||
if mk_util.is_verbose():
|
||||
print ('Generated "%s"' % ml_nativef)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue