summary refs log tree commit diff stats
path: root/ranger/fm.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/fm.py')
-rw-r--r--ranger/fm.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/fm.py b/ranger/fm.py
index a1b1339a..a68c0f15 100644
--- a/ranger/fm.py
+++ b/ranger/fm.py
@@ -12,6 +12,7 @@ TICKS_BEFORE_COLLECTING_GARBAGE = 100
 class FM(Actions):
 	input_blocked = False
 	input_blocked_until = 0
+	stderr_to_out = False
 	def __init__(self, ui = None, bookmarks = None):
 		"""Initialize FM."""
 		Actions.__init__(self)