Fix musicbrainz-update branch merged pull request
Hopefully this commit fixes JoeLametta/whipper#16
This commit is contained in:
@@ -344,7 +344,7 @@ class Program(log.Loggable):
|
||||
record=self._record)
|
||||
except mbngs.NotFoundException, e:
|
||||
break
|
||||
except musicbrainz.NetworkError, e:
|
||||
except musicbrainzngs.NetworkError, e:
|
||||
self._stdout.write("Warning: network error: %r\n" % (e, ))
|
||||
break
|
||||
except mbngs.MusicBrainzException, e:
|
||||
|
||||
Reference in New Issue
Block a user