sbarakat / beets-copyartifacts

A plugin for beets that moves non-music files during the import process.
MIT License
59 stars 25 forks source link

pyton 3 #50

Open satfreak opened 5 years ago

satfreak commented 5 years ago

In python3 i get the following error, when using beets

error loading plugin copyartifacts: Traceback (most recent call last): File "/opt/local/lib/python3.7/site-packages/beets/plugins.py", line 273, in load_plugins namespace = import(modname, None, None) File "/opt/local/lib/python3.7/site-packages/beetsplug/copyartifacts.py", line 141 print 'Ignored files:'

This is showing on every command i do with beet

thomwiggers commented 5 years ago

See #31