- Notifications
You must be signed in to change notification settings - Fork749
Closed
Description
this piece of code inimporthook.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