Skip to content

Commit

Permalink
Merge 5317300 into 40aa078
Browse files Browse the repository at this point in the history
  • Loading branch information
timgates42 committed Feb 27, 2020
2 parents 40aa078 + 5317300 commit 5ce1424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/meticulous/_process.py
Expand Up @@ -772,7 +772,7 @@ def check_websearch(obj, eng):
f"Web search suggests using {prefix}"
f"{suggestion.replacement}{suffix}, agree?"
)
for prefix, suffix in [("", ""), (Fore.YELLOW, Style.RESET_ALL)]
for prefix, suffix in [("", ""), (Fore.CYAN, Style.RESET_ALL)]
]
print(msgs[-1])
if get_confirmation(msgs[0], defaultval=False):
Expand Down

0 comments on commit 5ce1424

Please sign in to comment.