Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
  • Loading branch information
joerick and henryiii committed Dec 5, 2022
1 parent ec878dc commit 56359fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cibuildwheel/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,8 +684,7 @@ def option_summary(
has_been_set = (value_str != default_value_str) or overrides_value_strs
c = log.colors

result = ""
result += c.gray if not has_been_set else ""
result = c.gray if not has_been_set else ""
result += f"{option_name}: "

if overrides_value_strs:
Expand Down

0 comments on commit 56359fb

Please sign in to comment.