mirror of
				https://github.com/wting/autojump
				synced 2025-06-13 12:54:07 +00:00 
			
		
		
		
	Add back in unicode handling.
This commit is contained in:
		
							parent
							
								
									78b5e8d25b
								
							
						
					
					
						commit
						5241d67efc
					
				| @ -135,7 +135,7 @@ def add_path(data, path, weight=10): | ||||
|     with resulting duplicate entries in the database than a single canonical | ||||
|     path. | ||||
|     """ | ||||
|     path = os.path.abspath(path) | ||||
|     path = os.path.abspath(unico(path)) | ||||
|     if path == os.path.expanduser('~'): | ||||
|         return data, Entry(path, 0) | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user