Skip to content
Snippets Groups Projects
Commit a6830bcf authored by ale's avatar ale
Browse files

fix

parent ef5efc89
Branches
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ class Resolver(object):
# Remove all the other songs.
songs_to_remove = dict((x, best_song) for x in hashes if x != best_song)
log.info('remove_dupes: songs to remove: %s' % str(songs_to_remove))
log.info('remove_dupes: songs to remove: %s' % str(songs_to_remove.keys()))
self._to_remove.update(songs_to_remove)
self._cache[hashes_key] = best_song
return best_song
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment