summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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)
2d1bd0f594dad8dbeb9'>54d48b25 ^
1fe25232 ^
54d48b25 ^














f08a13e1 ^
54d48b25 ^
f08a13e1 ^
54d48b25 ^
f08a13e1 ^
54d48b25 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34