* python/py-frame.c (frapy_block): Fix error message text.
This commit is contained in:
parent
1e9c71b81b
commit
1e1d69201b
2 changed files with 5 additions and 1 deletions
|
@ -260,7 +260,7 @@ frapy_block (PyObject *self, PyObject *args)
|
|||
if (block == NULL || fn_block == NULL || BLOCK_FUNCTION (fn_block) == NULL)
|
||||
{
|
||||
PyErr_SetString (PyExc_RuntimeError,
|
||||
_("Cannot locate object file for block."));
|
||||
_("Cannot locate block for frame."));
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue