You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/runtime/pythonexception.cs
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,16 @@ public void Normalize()
166
166
{
167
167
if(Exceptions.ErrorOccurred())thrownewInvalidOperationException("Cannot normalize when an error is set");
168
168
// If an error is set and this PythonException is unnormalized, the error will be cleared and the PythonException will be replaced by a different error.
0 commit comments