Commit cf6dc058 authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_ config: Refactor syntax error

parent 88293a9a
......@@ -553,7 +553,7 @@ class BusinessManager(Folder):
reduce(BT) = BT
"""
#XXX: We currently do not reduce Business Patch Item objects
path_list = [l for l in self.getPathList() if l.getPortalType() =! 'Business Patch Item']
path_list = [l for l in self.getPathList() if l.getPortalType() != 'Business Patch Item']
reduced_path_item_list = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment