Skip to content

Commit 56f61ef

Browse files
merschformannmooneyc6
authored andcommitted
Addressing type issue
1 parent ce047c1 commit 56f61ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-hexaly-generic/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def parse_options() -> tuple[dict[str, str], bool]:
7070
continue
7171
options[key] = value
7272
else:
73-
options[arg] = True
73+
options[arg] = "true"
7474
return options, un_nest
7575

7676

0 commit comments

Comments
 (0)