summary refs log tree commit diff stats
path: root/ranger.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger.py')
-rwxr-xr-xranger.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger.py b/ranger.py
index 65388727..cfac83c3 100755
--- a/ranger.py
+++ b/ranger.py
@@ -19,7 +19,7 @@ def main():
 
 	try:
 		path = os.path.abspath('.')
-		opt = options.get()
+		opt = options.dummy()
 		env = environment.Environment(opt)
 		commandlist = command.CommandList()
 		keys.initialize_commands(commandlist)