From 2672dccc07f510e4df719c1f730861951cf2e33e Mon Sep 17 00:00:00 2001 From: hut Date: Sat, 23 Jan 2010 02:06:05 +0100 Subject: action: improved debugging --- ranger/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ranger/actions.py b/ranger/actions.py index f51697e3..74946885 100644 --- a/ranger/actions.py +++ b/ranger/actions.py @@ -341,7 +341,7 @@ class Actions(EnvironmentAware, SettingsAware): def notify(self, text, duration=4, bad=False): if isinstance(text, Exception): if ranger.debug: - raise text + raise text = str(text) bad = True self.log.appendleft(text) -- cgit 1.4.1-2-gfad0