* morituri/common/program.py:

* morituri/rip/debug.py:
	  Pychecker fixes.
This commit is contained in:
Thomas Vander Stichele
2011-08-14 14:20:06 +00:00
parent 367af25232
commit e60b6d8441
3 changed files with 8 additions and 5 deletions

View File

@@ -355,7 +355,7 @@ class Program(log.Loggable):
ret = None
metadatas = None
for i in range(0, 4):
for _ in range(0, 4):
try:
metadatas = musicbrainz(mbdiscid)
except MusicBrainzException, e: