This commit is contained in:
mlutter
2023-03-14 14:28:31 -04:00
parent 53ab95c792
commit 3cb0121474
+2 -2
View File
@@ -61,8 +61,8 @@ def _load_all_bundled_plugins():
pass
else:
raise ValueError(f"Trying to load the plugin {os.path.join(directory, filename)}, "
"which is not a shared library.")
raise ValueError(f"Trying to load the plugin {os.path.join(directory, filename)} "
"that is not a shared library.")
_load_all_bundled_plugins()