Skip to content

Commit 12dc3fe

Browse files
committed
2026-06-25T2110Z
1 parent e3f7d6b commit 12dc3fe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Source/launcher/subparsers/args_launch_mode/download.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ def _(
2727
'--bin_subtype', '-b',
2828
type=util.resource.bin_subtype,
2929
choices=[
30-
player.obj_type.BIN_SUBTYPE.value,
31-
rcc.obj_type.BIN_SUBTYPE.value,
32-
studio.obj_type.BIN_SUBTYPE.value,
30+
player.obj_type.BIN_SUBTYPE,
31+
rcc.obj_type.BIN_SUBTYPE,
32+
studio.obj_type.BIN_SUBTYPE,
3333
],
3434
help='Directories to download.',
3535
nargs='+',

0 commit comments

Comments
 (0)