summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/core/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py
index ed3f7598..9db80f6b 100644
--- a/ranger/core/actions.py
+++ b/ranger/core/actions.py
@@ -1066,7 +1066,7 @@ class Actions(FileManagerAware, EnvironmentAware, SettingsAware):
             if not i in self.tabs:
                 return self.tab_open(i, path)
 
-    def tab_switch(self, path, create_directory=True):
+    def tab_switch(self, path, create_directory=False):
         """Switches to tab of given path, opening a new tab as necessary.
 
         If path does not exist, it is treated as a directory.