We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ba4d29 + 89397e8 commit 1c0cec7Copy full SHA for 1c0cec7
extensions/eda/plugins/event_source/mqtt.py
@@ -62,6 +62,7 @@ async def main(queue: asyncio.Queue, args: Dict[str, Any]):
62
if cert_path in dirname:
63
path_to_certs = os.path.join(root, dirname)
64
logger.info("Cert path found at %s", path_to_certs)
65
+ break
66
67
# Build out cert file absolute paths
68
if ca_certs and path_to_certs:
0 commit comments