Commit 0db0a77b authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_erp5: Fixup (from pylint)

parent 13de7e4c
Pipeline #10858 failed with stage
in 0 seconds
...@@ -26,6 +26,6 @@ if ob is None: ...@@ -26,6 +26,6 @@ if ob is None:
return [] return []
for base_category in base_category_list: for base_category in base_category_list:
category_list.append({base_category: object.getParentValue().getRelativeUrl()}) category_list.append({base_category: ob.getParentValue().getRelativeUrl()})
return category_list return category_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