Skip to content

Commit 750d98b

Browse files
authored
Convert --enable-test-net-dcl to a flag argument (#788)
1 parent f8fbbef commit 750d98b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

matter_server/server/__main__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@
100100
)
101101
parser.add_argument(
102102
"--enable-test-net-dcl",
103-
type=bool,
104-
default=False,
103+
action="store_true",
105104
help="Enable PAA root certificates and other device information from test-net DCL.",
106105
)
107106

0 commit comments

Comments
 (0)