mirror of
https://github.com/Z3Prover/z3
synced 2025-06-10 08:03:25 +00:00
avoid exception in Ratul's environment
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3b7dfda0df
commit
6e1c246454
1 changed files with 2 additions and 0 deletions
|
@ -2653,6 +2653,8 @@ def mk_z3consts_py(api_files):
|
||||||
z3consts.write('%s = %s\n' % (k, i))
|
z3consts.write('%s = %s\n' % (k, i))
|
||||||
z3consts.write('\n')
|
z3consts.write('\n')
|
||||||
mode = SEARCHING
|
mode = SEARCHING
|
||||||
|
elif len(words) <= 2:
|
||||||
|
pass
|
||||||
else:
|
else:
|
||||||
if words[2] != '':
|
if words[2] != '':
|
||||||
if len(words[2]) > 1 and words[2][1] == 'x':
|
if len(words[2]) > 1 and words[2][1] == 'x':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue