mirror of
https://github.com/Z3Prover/z3
synced 2026-02-22 08:17:37 +00:00
Fix indentation in commented-out code section
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
064122a123
commit
7e8fc4fdff
1 changed files with 1 additions and 1 deletions
|
|
@ -534,7 +534,7 @@ def mk_z3consts_ml_internal(api_files, output_dir):
|
|||
# raise ValueError("Invalid %s, line: %s" % (api_file, linenum))
|
||||
# else:
|
||||
# if mode != IN_ENUM:
|
||||
raise ValueError(f"Expected IN_ENUM mode, got mode {mode} in {api_file}, line: {linenum}")
|
||||
# raise ValueError(f"Expected IN_ENUM mode, got mode {mode} in {api_file}, line: {linenum}")
|
||||
# words = re.split('[^\-a-zA-Z0-9_]+', line)
|
||||
# m = closebrace_pat.match(line)
|
||||
# if m:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue