We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e4857 commit aa059a0Copy full SHA for aa059a0
contentctl/input/director.py
@@ -339,7 +339,7 @@ def createSecurityContent(
339
error_msg = err.get("msg", "")
340
if "https://errors.pydantic.dev" in error_msg:
341
# Unfortunately, this is a catch-all for untyped errors. We will still need to emit this
342
- # This is harder to read, but the other option is suppressing it which we cannot do as
+ # This is harder to read, but the other option is suppressing it which we cannot do as
343
# it makes troubleshooting extremelt difficult
344
print(
345
f" {Colors.RED}{Colors.ERROR} {error_msg}{Colors.END}"
0 commit comments