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:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user