about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/core/helper.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/ranger/core/helper.py b/ranger/core/helper.py
index b996d2bb..e95c0752 100644
--- a/ranger/core/helper.py
+++ b/ranger/core/helper.py
@@ -64,9 +64,6 @@ def parse_arguments():
 	options, positional = parser.parse_args()
 	arg = OpenStruct(options.__dict__, targets=positional)
 	arg.confdir = expanduser(arg.confdir)
-	if arg.fail_if_run:
-		arg.fail_unless_cd = arg.fail_if_run
-		del arg['fail_if_run']
 
 	return arg