Skip to content

Commit

Permalink
fix: py lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen authored and ryzokuken committed May 14, 2021
1 parent a8541e8 commit 3b6a8ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pylib/gyp/xcodeproj_file.py
Expand Up @@ -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)),
)


Expand Down

0 comments on commit 3b6a8ee

Please sign in to comment.