lpcmanager

Fix ThirdPartyPath
py2compat
20 months ago, Edouard Tisserant
85eef159a829
Parents 61e1ff8717be
Children 3a57baf957ed
Fix ThirdPartyPath
--- a/LPCExtension.py Thu Aug 22 12:19:28 2024 +0200
+++ b/LPCExtension.py Fri Sep 27 11:18:13 2024 +0200
@@ -143,6 +143,8 @@
elif name == "paho.mqtt.c":
res = old_ThirdPartyPath("MQTT")
res = os.path.join(res, arch)
+ else :
+ res = old_ThirdPartyPath(name)
return res