Skip to content

Commit

Permalink
chip-repl: Correct name of args variable (#29441)
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson authored and pull[bot] committed Apr 12, 2024
1 parent 09c61de commit 36bedab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/python/chip/ChipReplStartup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def mattersetdebug(enableDebugMode: bool = True):

caList = certificateAuthorityManager.activeCaList

devCtrl = caList[0].adminList[0].NewController(paaTrustStorePath=args.trustStore)
devCtrl = caList[0].adminList[0].NewController(paaTrustStorePath=args.trust_store)
builtins.devCtrl = devCtrl

atexit.register(StackShutdown)
Expand Down

0 comments on commit 36bedab

Please sign in to comment.