about 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 c4b75aca..849a2a52 100644
--- a/ranger/actions.py
+++ b/ranger/actions.py
@@ -361,7 +361,7 @@ class Actions(EnvironmentAware, SettingsAware):
 
 	def notify(self, text, duration=4, bad=False):
 		if isinstance(text, Exception):
-			if ranger.debug:
+			if ranger.arg.debug:
 				raise
 			bad = True
 		text = str(text)
hor marco <marco@conformal.com> 2011-11-02 10:46:01 -0500 committer marco <marco@conformal.com> 2011-11-02 10:46:01 -0500 damn git never does what it says it does' href='/novaburst/xombrero/commit/marco.c?id=a8d12992b3dec4550ca163914bcfc118dc02ff16'>a8d1299 ^
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70