Skip to content

Commit

Permalink
Update pylib/gyp/input.py
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Clauss <cclauss@me.com>
  • Loading branch information
targos and cclauss authored Apr 27, 2024
1 parent c7a2615 commit bf8f56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylib/gyp/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -2536,7 +2536,7 @@ def ProcessListFiltersInDict(name, the_dict):
lists = []
del_lists = []
for key, value in the_dict.items():
if key == "":
if not key:
continue
operation = key[-1]
if operation not in {"!", "/"}:
Expand Down

0 comments on commit bf8f56b

Please sign in to comment.