Skip to content

Commit 35b64cc

Browse files
committed
Fix error type
1 parent d532c53 commit 35b64cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/notifications/messages.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def get_rendered_body(self):
120120
The user has cancelled this build.
121121
"""
122122
),
123-
type=INFO,
123+
type=ERROR,
124124
),
125125
Message(
126126
id=BuildUserError.SKIPPED_EXIT_CODE_183,

0 commit comments

Comments
 (0)