From 257aba7d5fd1050c019b1eadcc9b13909138f2a4 Mon Sep 17 00:00:00 2001 From: hut Date: Sat, 8 Oct 2011 23:21:21 +0200 Subject: core.helper: fixed crash --- ranger/core/helper.py | 3 --- 1 file changed, 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 -- cgit 1.4.1-2-gfad0