Skip to content

Commit 08e16dc

Browse files
committed
[core] node: Remove redundant backslash
1 parent 848088d commit 08e16dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshroom/core/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1715,7 +1715,7 @@ def _hasDisplayableShape(self):
17151715
Note: These attributes can be loaded in the the ShapeViewer / ShapeEditor.
17161716
False otherwise.
17171717
"""
1718-
return next((attr for attr in self._attributes if attr.hasDisplayableShape or \
1718+
return next((attr for attr in self._attributes if attr.hasDisplayableShape or
17191719
attr.desc.semantic == "shapeFile"), None) is not None
17201720

17211721

0 commit comments

Comments
 (0)