1 parent ca19e49 commit d698af1Copy full SHA for d698af1
1 file changed
src/runtime/Runtime.Delegates.cs
@@ -301,7 +301,8 @@ static Delegates()
301
{
302
throw new BadPythonDllException(
303
"Runtime.PythonDLL was not set or does not point to a supported Python runtime DLL." +
304
- " See https://github.com/pythonnet/pythonnet#embedding-python-in-net",
+ " See https://github.com/pythonnet/pythonnet#embedding-python-in-net." +
305
+ $" Value of PythonDLL: {PythonDLL ?? "null"}",
306
e);
307
}
308
0 commit comments