Skip to content

Commit

Permalink
Merge pull request #732 from Mellanox/master_devel
Browse files Browse the repository at this point in the history
Master devel
  • Loading branch information
tomer540 authored Feb 2, 2023
2 parents 4604f66 + 5a8e1d0 commit acfaf55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resourceparse/parsers/AdbParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def _retrieve_layout_item_by_name(self, name):
return subItem
return None

def _build_subitems(self, node): # self, node: ET.Element, parent
def _build_subitems(self, node, parent): # self, node: ET.Element, parent
"""This method build the subitems of the specific node.
:param node: always field element except from the root which is node.
"""
Expand Down

0 comments on commit acfaf55

Please sign in to comment.