From a0cb63ec69c2845339baac47534288349a6d579d Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Tue, 20 Oct 2015 20:13:59 +0200 Subject: Tiny code cosmetics --- module/plugins/internal/Plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/internal/Plugin.py') diff --git a/module/plugins/internal/Plugin.py b/module/plugins/internal/Plugin.py index a190c0cb0..9f14855ab 100644 --- a/module/plugins/internal/Plugin.py +++ b/module/plugins/internal/Plugin.py @@ -266,7 +266,7 @@ class Plugin(object): f.write(encode(html)) except IOError, e: - self.log_error(e, trace=True) + self.log_error(e) finally: del frame #: Delete the frame or it wont be cleaned -- cgit v1.2.3