lpcmanager
Clone
Summary
Browse
Changes
Graph
Fix ThirdPartyPath again
18 months ago, Edouard Tisserant
6868d48a7c7e
Parents
2c3a530cc6b7
Children
3b80f8199c51
Fix ThirdPartyPath again
1 files changed, 1 insertions(+), 2 deletions(-)
+1
-2
LPCExtension.py
--- a/LPCExtension.py Mon Oct 21 16:18:05 2024 +0200
+++ b/LPCExtension.py Wed Nov 27 11:18:52 2024 +0100
@@ -190,8 +190,7 @@
res = old_ThirdPartyPath("MQTT")
res = os.path.join(res, arch)
else :
- res = old_ThirdPartyPath(name)
-
+ res = old_ThirdPartyPath(name, *args)
return res
paths.ThirdPartyPath = ThirdPartyPath