Closed
Description
this piece of code in importhook.cs
just cleans up the import error without passing it to pythonnet:
// There was an error
if (!Exceptions.ExceptionMatches(Exceptions.ImportError)) {
// and it was NOT an ImportError; bail out here.
return IntPtr.Zero;
}
// Otherwise, just clear the it.
Exceptions.Clear();
Metadata
Metadata
Assignees
Labels
No labels