1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-14 06:38:17 +00:00
This commit is contained in:
J. Nick Koston 2025-02-19 10:27:27 -06:00
parent b74a3f9d36
commit f0f5f23213
No known key found for this signature in database

View File

@ -97,7 +97,6 @@ def get_component_logger(fallback_name: str) -> logging.Logger:
If Python is unable to access the sources files, the call stack frame
will be missing information, so let's guard by requiring a fallback name.
https://github.com/home-assistant/core/issues/24982
"""
try:
component_frame = get_component_frame()