Skip to content

Commit 4e41598

Browse files
Update expected shared library file name
1 parent 6ee7c7b commit 4e41598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ITS/ITU/PSeries/P2108/p2108.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class ClutterType(IntEnum):
1414

1515

1616
# Load the compiled library
17-
lib_name = "P2108"
17+
lib_name = "P2108-1.0"
1818
if platform.uname()[0] == "Windows":
1919
lib_name += ".dll"
2020
elif platform.uname()[0] == "Linux":

0 commit comments

Comments
 (0)