Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
segevfiner authored Apr 2, 2024
1 parent df61b9b commit 7c60cb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pylib/gyp/generator/compile_commands_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ def GenerateOutput(target_list, target_dicts, data, params):

output_dir = None
try:
# generator_output can be `None` on Windows machines, or even not defined in other cases
# generator_output can be `None` on Windows machines, or even not
# defined in other cases
output_dir = params["options"].generator_output
except (AttributeError, KeyError):
pass
Expand Down

0 comments on commit 7c60cb5

Please sign in to comment.