mirror of
https://github.com/esphome/esphome.git
synced 2026-05-27 20:18:39 +08:00
[ci] Fix TypeError in ci-custom.py when POST lint checks fail (#14378)
This commit is contained in:
+1
-1
@@ -959,7 +959,7 @@ def main():
|
|||||||
continue
|
continue
|
||||||
run_checks(LINT_CONTENT_CHECKS, fname, fname, content)
|
run_checks(LINT_CONTENT_CHECKS, fname, fname, content)
|
||||||
|
|
||||||
run_checks(LINT_POST_CHECKS, "POST")
|
run_checks(LINT_POST_CHECKS, Path("POST"))
|
||||||
|
|
||||||
for f, errs in sorted(errors.items()):
|
for f, errs in sorted(errors.items()):
|
||||||
bold = functools.partial(styled, colorama.Style.BRIGHT)
|
bold = functools.partial(styled, colorama.Style.BRIGHT)
|
||||||
|
|||||||
Reference in New Issue
Block a user