Skip to content

Commit d058dbd

Browse files
Add choices keyword argument to --debug argument
1 parent 30d3496 commit d058dbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build_locally.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def run(
7373
nargs="?",
7474
const="Debug",
7575
default="Release",
76+
choices=["Release", "Debug"],
7677
help="Set the compilation mode to debugging",
7778
)
7879
driver.add_argument(

0 commit comments

Comments
 (0)