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