Skip to content

Conversation

@nuclearcat
Copy link
Member

No description provided.

Used existing_path + [kselftest_node['name']] which creates a new list with the appended element.
This is also safer than append() because kselftest_node is a shallow copy of self._node, so using
append() would have modified the original node's path list as well.

Signed-off-by: Denys Fedoryshchenko <[email protected]>
Signed-off-by: Denys Fedoryshchenko <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant