about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-01-23 02:06:05 +0100
committerhut <hut@lavabit.com>2010-01-23 02:06:05 +0100
commit2672dccc07f510e4df719c1f730861951cf2e33e (patch)
tree07182f4528e456330a899c772260e359ffa89447
parentcb1ed288bbef7038a82b283a9a57896cbe0b467a (diff)
downloadranger-2672dccc07f510e4df719c1f730861951cf2e33e.tar.gz
action: improved debugging
-rw-r--r--ranger/actions.py2
1 files changed, 1 insertions, 1 deletions
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)