Skip to content

Commit

Permalink
Correct name of args variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson committed Sep 25, 2023
1 parent 33052cc commit bca4c37
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 bca4c37

Please sign in to comment.