Skip to content

Commit 2fb16ba

Browse files
committed
fix mypy error
1 parent 166457e commit 2fb16ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chb/app/CHVersion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
chbversion: str = "0.3.0-20250624"
1+
chbversion: str = "0.3.0-20250709"

chb/invariants/XXprUtil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1539,7 +1539,7 @@ def base_ptr_array_offset_to_ast_offset(
15391539
chklogger.logger.error(
15401540
"Base ptr array offset %s not yet handled at address %s",
15411541
str(offset), iaddr)
1542-
return (astree.mk_temp_lval(), nooffset)
1542+
return (astree.mk_temp_lval_expression(), nooffset)
15431543

15441544

15451545
def array_offset_to_ast_offset(

0 commit comments

Comments
 (0)