Skip to content

Commit aa059a0

Browse files
committed
fix lint issue
1 parent e6e4857 commit aa059a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentctl/input/director.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def createSecurityContent(
339339
error_msg = err.get("msg", "")
340340
if "https://errors.pydantic.dev" in error_msg:
341341
# 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
342+
# This is harder to read, but the other option is suppressing it which we cannot do as
343343
# it makes troubleshooting extremelt difficult
344344
print(
345345
f" {Colors.RED}{Colors.ERROR} {error_msg}{Colors.END}"

0 commit comments

Comments
 (0)