diff --git a/beets/ui/commands.py b/beets/ui/commands.py index 9d3e3dda8..38687b3a9 100755 --- a/beets/ui/commands.py +++ b/beets/ui/commands.py @@ -707,7 +707,7 @@ class TerminalImportSession(importer.ImportSession): if len(actions) == 1: return actions[0] elif len(actions) > 1: - raise Exception( + raise plugins.PluginConflictException( u'Only one handler for `import_task_before_choice` may return ' u'an action.')