Skip to content

Commit 108d8ce

Browse files
committedJun 24, 2024
Addressed PR comment from @andy31415.
1 parent 69dfde1 commit 108d8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/build/builders/host.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def __init__(self, root, runner, app: HostApp, board=HostBoard.NATIVE,
314314
minmdns_high_verbosity=False, imgui_ui=False, crypto_library: HostCryptoLibrary = None,
315315
enable_test_event_triggers=None,
316316
enable_dnssd_tests: Optional[bool] = None,
317-
chip_casting_simplified=None
317+
chip_casting_simplified: Optional[bool] = None
318318
):
319319
super(HostBuilder, self).__init__(
320320
root=os.path.join(root, 'examples', app.ExamplePath()),

0 commit comments

Comments
 (0)