open folder and select file on osx

This commit is contained in:
j 2015-11-30 18:07:07 +01:00
commit 1e17e4a9d1
2 changed files with 16 additions and 6 deletions

View file

@ -339,6 +339,6 @@ def openFolder(data):
if item:
path = item.get_path()
if path:
utils.open_folder(os.path.dirname(path))
utils.open_folder(path=path)
return response
actions.register(openFolder, cache=False)