mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
API script fix
This commit is contained in:
parent
027331aef2
commit
0ea2ac3f28
1 changed files with 1 additions and 1 deletions
|
@ -1261,7 +1261,7 @@ def mk_ml(ml_dir):
|
||||||
ml_native.write('(**/**)\n')
|
ml_native.write('(**/**)\n')
|
||||||
ml_native.close()
|
ml_native.close()
|
||||||
|
|
||||||
if is_verbose():
|
if mk_util.is_verbose():
|
||||||
print ('Generated "%s"' % ml_nativef)
|
print ('Generated "%s"' % ml_nativef)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue