Merge branch 'master' of git://github.com/sampsyo/beets

This commit is contained in:
mdecker 2011-04-18 11:05:25 +02:00
commit efafdaf054

View file

@ -326,7 +326,6 @@ def initial_lookup(config):
while True:
task = yield task
if task.sentinel:
task = yield task
continue
log.debug('Looking up: %s' % task.path)