mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
another stab at #989
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
07bc19b489
commit
086ea7867e
2 changed files with 2 additions and 2 deletions
|
@ -322,7 +322,7 @@ def mk_py_wrappers():
|
|||
display_args(num)
|
||||
core_py.write("):\n")
|
||||
core_py.write(" _lib = lib()\n")
|
||||
core_py.write(" if _lib.%s is None:\n" % name)
|
||||
core_py.write(" if _lib is None or _lib.%s is None:\n" % name)
|
||||
core_py.write(" return\n")
|
||||
if result != VOID:
|
||||
core_py.write(" r = _lib.%s(" % name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue