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)