Home
last modified time | relevance | path

Searched refs:patch_type (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-mrw-tools/
H A Dpatchxml.py144 patch_type = node.get("type", "add") variable
159 if patch_type == "add":
170 elif patch_type == "remove":
181 elif patch_type == "replace":
193 elif patch_type == "add-child":
203 elif patch_type == "replace-child":
235 " E> Unknown patch type attribute found: " + patch_type