Skip to content

Commit bfadf5b

Browse files
committed
fixup
1 parent 13933a9 commit bfadf5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_curses_panel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ PyCursesPanel_Clear(PyObject *op)
438438
Py_CLEAR(extra);
439439
if (set_panel_userptr(self->pan, NULL) == ERR) {
440440
curses_panel_panel_set_error(self, "set_panel_userptr", NULL);
441-
PyErr_FormatUnraisable("Exception ignored in tp_clear of %s", op);
441+
PyErr_FormatUnraisable("Exception ignored in tp_clear of %T", op);
442442
}
443443
}
444444
// do NOT clear self->wo yet as there is no cycle to break with it

0 commit comments

Comments
 (0)