nate-parrott / Flashlight

The missing Spotlight plugin system
http://flashlight.nateparrott.com
Other
5.39k stars 411 forks source link

Move file plugin doesn't work #317

Closed ghost closed 8 years ago

ghost commented 9 years ago

Hello,

The Move file plugin doesn't work.

I have this debug info in FlashLight Tool

Plugin.py Errors
Traceback (most recent call last):
  File "/Applications/FlashlightTool.app/Contents/Frameworks/FlashlightKit.framework/Resources/invoke_plugin.py", line 36, in <module>
    results = plugin.results(*arguments)
  File "/Users/makc/Library/FlashlightPlugins/move-file.bundle/plugin.py", line 11, in results
    files = params.get('@file_all', [params['@file']])
AttributeError: 'unicode' object has no attribute 'get'

With gratitude, Maxim