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 Sep 25, 2023
1 parent a51b2c5 commit 6bb0b71
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 6bb0b71

Please sign in to comment.