mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Rename post_build scripts to fix codeowners script (#3057)
This commit is contained in:
		| @@ -417,7 +417,7 @@ def copy_files(): | |||||||
|         ) |         ) | ||||||
|  |  | ||||||
|     dir = os.path.dirname(__file__) |     dir = os.path.dirname(__file__) | ||||||
|     post_build_file = os.path.join(dir, "post_build.py") |     post_build_file = os.path.join(dir, "post_build.py.script") | ||||||
|     copy_file_if_changed( |     copy_file_if_changed( | ||||||
|         post_build_file, |         post_build_file, | ||||||
|         CORE.relative_build_path("post_build.py"), |         CORE.relative_build_path("post_build.py"), | ||||||
|   | |||||||
| @@ -220,7 +220,7 @@ async def to_code(config): | |||||||
| def copy_files(): | def copy_files(): | ||||||
|  |  | ||||||
|     dir = os.path.dirname(__file__) |     dir = os.path.dirname(__file__) | ||||||
|     post_build_file = os.path.join(dir, "post_build.py") |     post_build_file = os.path.join(dir, "post_build.py.script") | ||||||
|     copy_file_if_changed( |     copy_file_if_changed( | ||||||
|         post_build_file, |         post_build_file, | ||||||
|         CORE.relative_build_path("post_build.py"), |         CORE.relative_build_path("post_build.py"), | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user