Commit b9322fae authored by Arnaud Fontaine's avatar Arnaud Fontaine

WIP: Futurize false positive.

parent 7d1689c3
from builtins import str
for k, v in list(kw.items()): for k, v in list(kw.items()):
if v: if v:
if k == "str_object_path": if k == "str_object_path":
......
from functools import reduce
# #
# This script is used by portal_catalog/erp5_mysql_innodb/z_catalog_predicate_category_list # This script is used by portal_catalog/erp5_mysql_innodb/z_catalog_predicate_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