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

bug fix and code cleanup in plugins/scripts

This commit is contained in:
Emmanuel Bouthenot
2007-02-27 22:22:56 +00:00
parent 7758f02992
commit 158d2c9934
6 changed files with 4 additions and 10 deletions
@@ -2061,7 +2061,6 @@ weechat_python_load (t_weechat_plugin *plugin, char *filename)
plugin->print_server (plugin,
"Python error: unable to parse file \"%s\"",
filename);
free (python_current_script_filename);
fclose (fp);
if (PyErr_Occurred ()) PyErr_Print ();