Skip to content

Commit 1414e6c

Browse files
Add runtimeerror documentation
1 parent ece190a commit 1414e6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ITS/PropLibTemplate/proplib_loader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def get_lib_name(lib_name: str) -> str:
6868
6969
:param lib_name: The library name, with no extension or path, e.g., "P2108-1.0"
7070
:raises NotImplementedError: For platforms other than Windows, Linux, or macOS.
71+
:raises RuntimeError: On Windows, if unable to determine system architecture.
7172
:return: The full filename, including path and extension, of the library.
7273
"""
7374
# Load the compiled library

0 commit comments

Comments
 (0)