Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion redbaron/base_nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ def _get_list_attribute_is_member_off(self):
if self.parent is None:
return None

if self.on_attribute is "root":
if self.on_attribute == "root":
in_list = self.parent
elif self.on_attribute is not None:
if isinstance(self.parent, NodeList):
Expand Down