summary refs log tree commit diff stats
path: root/ranger/environment.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-12-04 15:28:23 +0100
committerhut <hut@lavabit.com>2009-12-04 15:28:23 +0100
commitcc952d63d81e410d1c7dd3bfbe91ee6cfdd3d7a8 (patch)
tree1847868fa91abab4bba2df3a7d5212c467d7521b /ranger/environment.py
parentb810fe28876d750495ac05d9993ce02afb561c01 (diff)
downloadranger-cc952d63d81e410d1c7dd3bfbe91ee6cfdd3d7a8.tar.gz
"openwith_quick" console mode added
Diffstat (limited to 'ranger/environment.py')
-rw-r--r--ranger/environment.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ranger/environment.py b/ranger/environment.py
index e0ac646a..f5dbe176 100644
--- a/ranger/environment.py
+++ b/ranger/environment.py
@@ -86,6 +86,8 @@ class Environment():
 				self.history.pop(0)
 
 	def enter_dir(self, path, history = True):
+		path = str(path)
+
 		# get the absolute path
 		path = normpath(join(self.path, expanduser(path)))