Skip to content

Commit

Permalink
Revert error->warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrilRBS committed Dec 18, 2023
1 parent 0564f78 commit df4d43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conans/client/userio.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ def request_boolean(self, msg, default_option=None):
elif s.lower() in ['no', 'n']:
ret = False
else:
self._out.warning(f"{s} is not a valid answer")
self._out.error(f"{s} is not a valid answer")
return ret

0 comments on commit df4d43b

Please sign in to comment.