mirror of
https://github.com/esphome/esphome.git
synced 2026-03-23 21:38:02 +08:00
[ci] Fix TypeError in ci-custom.py when POST lint checks fail (#14378)
This commit is contained in:
@@ -959,7 +959,7 @@ def main():
|
||||
continue
|
||||
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()):
|
||||
bold = functools.partial(styled, colorama.Style.BRIGHT)
|
||||
|
||||
Reference in New Issue
Block a user