1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-21 02:16:38 +02:00

Fix python error message

This commit is contained in:
Sebastien Helleu
2009-03-29 19:10:28 +02:00
parent 31508fed70
commit ef95c69417
8 changed files with 37 additions and 10 deletions
+1 -2
View File
@@ -189,8 +189,7 @@ weechat_python_exec (struct t_plugin_script *script,
if (ret_value == NULL)
{
weechat_printf (NULL,
weechat_gettext ("%s%s: not enough memory in "
"function \"%s\""),
weechat_gettext ("%s%s: error in function \"%s\""),
weechat_prefix ("error"), PYTHON_PLUGIN_NAME, function);
/* PyEval_ReleaseThread (python_current_script->interpreter); */
return NULL;