typo in comment

This commit is contained in:
Rudi Grinberg 2012-10-09 12:09:22 -04:00
parent a91c166332
commit 286e62ffdd
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ class Metadata(Loggable):
that does not exist. Setting metadata to {}")
self.__metadata = {}
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.
#if full_mutagen is None: raise BadSongFile(fpath)
if full_mutagen is None: full_mutagen = FakeMutagen(fpath)