typo in comment

This commit is contained in:
Rudi Grinberg 2012-10-09 12:09:22 -04:00
parent a91c166332
commit 286e62ffdd

View file

@ -182,7 +182,7 @@ class Metadata(Loggable):
that does not exist. Setting metadata to {}") that does not exist. Setting metadata to {}")
self.__metadata = {} self.__metadata = {}
return return
# TODO : Simplify the way all of these rules are handled right not it's # TODO : Simplify the way all of these rules are handled right now it's
# extremely unclear and needs to be refactored. # extremely unclear and needs to be refactored.
#if full_mutagen is None: raise BadSongFile(fpath) #if full_mutagen is None: raise BadSongFile(fpath)
if full_mutagen is None: full_mutagen = FakeMutagen(fpath) if full_mutagen is None: full_mutagen = FakeMutagen(fpath)