Skip to content

Commit

Permalink
Fix minor Python file list issue (#11817)
Browse files Browse the repository at this point in the history
ChipReplStartup.py was put in the wrong folder, preventing it from
getting installed correctly.
  • Loading branch information
mrjerryjohns authored and pull[bot] committed Apr 6, 2022
1 parent ec5bf5c commit 1049728
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/python/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ pw_python_action("python") {
{
src_dir = "."
sources = [
"ChipReplStartup.py",
"chip-device-ctrl.py",
"chip-repl.py",
"chip/ChipBleBase.py",
Expand All @@ -104,6 +103,7 @@ pw_python_action("python") {
"chip/ChipCommissionableNodeCtrl.py",
"chip/ChipCoreBluetoothMgr.py",
"chip/ChipDeviceCtrl.py",
"chip/ChipReplStartup.py",
"chip/ChipStack.py",
"chip/ChipUtility.py",
"chip/__init__.py",
Expand Down
File renamed without changes.

0 comments on commit 1049728

Please sign in to comment.