Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 61b1570

Browse files
noirbizarrewoile
authored andcommitted
fix(warnings): all warnings should go to stdout
1 parent 579205d commit 61b1570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎commitizen/out.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ def diagnostic(value: str):
3939

4040
def warn(value: str) -> None:
4141
message = colored(value, "magenta")
42-
line(message)
42+
line(message, file=sys.stderr)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /