diff --git a/pylib/gyp/xcodeproj_file.py b/pylib/gyp/xcodeproj_file.py index 2c087ba2..5863ef45 100644 --- a/pylib/gyp/xcodeproj_file.py +++ b/pylib/gyp/xcodeproj_file.py @@ -3122,7 +3122,8 @@ def CompareProducts(x, y, remote_products): product_group = ref_dict["ProductGroup"] product_group._properties["children"] = sorted( product_group._properties["children"], - key=cmp_to_key(lambda x, y, rp=remote_products: CompareProducts(x, y, rp)), + key=cmp_to_key( + lambda x, y, rp=remote_products: CompareProducts(x, y, rp)), )