Skip to content

Commit

Permalink
Adding ability to process config variables, saveAs and constraints to…
Browse files Browse the repository at this point in the history
… yaml python parser (#23599)

* Adding ability to process config variables, saveAs and constraints

* Rename class

* Refactor save as a little

* Address PR comments

* remove unneeded change in format_converter.py

* Address PR comment

* Update comment in docstring

* Update build file to renamed file

* Address PR comment
  • Loading branch information
tehampson authored and pull[bot] committed Feb 8, 2024
1 parent 4ed0ed8 commit 941796c
Show file tree
Hide file tree
Showing 3 changed files with 277 additions and 40 deletions.
1 change: 1 addition & 0 deletions src/controller/python/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ chip_python_wheel_action("chip-core") {
"chip/yaml/errors.py",
"chip/yaml/format_converter.py",
"chip/yaml/parser.py",
"chip/yaml/variable_storage.py",
]

if (chip_controller) {
Expand Down
Loading

0 comments on commit 941796c

Please sign in to comment.