Skip to content

Commit 5ea8bb2

Browse files
committed
fix: fix --sinclair option bug
1 parent dad7bb3 commit 5ea8bb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/zxbc/args_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def parse_options(args: List[str] = None):
103103
if OPTIONS.sinclair:
104104
OPTIONS.array_base = 1
105105
OPTIONS.string_base = 1
106-
OPTIONS.strictBool = True
106+
OPTIONS.strict_bool = True
107107
OPTIONS.case_insensitive = True
108108

109109
OPTIONS.case_insensitive = options.ignore_case

0 commit comments

Comments
 (0)