address comments

This commit is contained in:
Zhoulong Jiang 2020-11-19 09:21:17 +00:00
parent 77cf1eba91
commit d2a0bb7cb9

View File

@ -169,9 +169,6 @@ def load_pluggable_device_library(library_location):
library_location: Path to the plugin or folder of plugins. library_location: Path to the plugin or folder of plugins.
Relative or absolute filesystem path to a dynamic library file or folder. Relative or absolute filesystem path to a dynamic library file or folder.
Returns:
None
Raises: Raises:
OSError: When the file to be loaded is not found. OSError: When the file to be loaded is not found.
RuntimeError: when unable to load the library. RuntimeError: when unable to load the library.