1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 20:02:22 +01:00
Otto Winter
2019-12-04 17:13:34 +01:00
committed by GitHub
parent 33c08812cc
commit bba6d6897d
11 changed files with 37 additions and 32 deletions

View File

@@ -291,7 +291,7 @@ def copy_src_tree():
source_files.update(component.source_files)
# Convert to list and sort
source_files_l = [it for it in source_files.items()]
source_files_l = list(source_files.items())
source_files_l.sort()
# Build #include list for esphome.h