--- a/util/paths.py Thu Jul 04 11:24:04 2024 +0200
+++ b/util/paths.py Tue Jul 09 11:44:49 2024 +0200
@@ -46,11 +46,11 @@
path = os.path.dirname(path)
-def ThirdPartyPath(name):
+def ThirdPartyPath(name, *suffixes): Return folder where to find sibling projects like Modbus, CanFestival, BACnet
- return os.path.join(AbsParentDir(__file__, 2), name)
+ return os.path.join(AbsParentDir(__file__, 2), name, *suffixes)