Don't print "Unhandled exception: " when one occurs -- just print its name.
This commit is contained in:
@@ -300,7 +300,9 @@ print_error()
|
||||
goaway(1);
|
||||
}
|
||||
}
|
||||
/*
|
||||
fprintf(stderr, "Unhandled exception: ");
|
||||
*/
|
||||
if (printobject(exception, stderr, PRINT_RAW) != 0)
|
||||
err_clear();
|
||||
if (v != NULL && v != None) {
|
||||
|
||||
Reference in New Issue
Block a user