mirror of
https://github.com/esphome/esphome.git
synced 2025-01-05 12:21:43 +01:00
Discard changes to script/build_codeowners.py
This commit is contained in:
parent
95157ed460
commit
359ce697df
1 changed files with 2 additions and 7 deletions
|
@ -55,14 +55,9 @@ for path in components_dir.iterdir():
|
|||
print(
|
||||
f"Cannot find component {name}. Make sure current path is pip installed ESPHome"
|
||||
)
|
||||
# sys.exit(1)
|
||||
sys.exit(1)
|
||||
|
||||
if name == "ballu_old":
|
||||
codeowners[f"esphome/components/{name}/*"].extend(["@Midnighter32"])
|
||||
elif comp is None:
|
||||
codeowners[f"esphome/components/{name}/*"].extend(["@dwmw2"])
|
||||
else:
|
||||
codeowners[f"esphome/components/{name}/*"].extend(comp.codeowners)
|
||||
codeowners[f"esphome/components/{name}/*"].extend(comp.codeowners)
|
||||
|
||||
for platform_path in path.iterdir():
|
||||
platform_name = platform_path.stem
|
||||
|
|
Loading…
Reference in a new issue