* morituri/common/program.py:

Set results by default so that it is set even if we get an
	  exception getting them.
	  Fixes #35.
This commit is contained in:
Thomas Vander Stichele
2010-05-23 18:29:08 +00:00
parent cf1d8674ed
commit b918630f5e
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
2010-05-23 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/program.py:
Set results by default so that it is set even if we get an
exception getting them.
Fixes #35.
2010-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/test/test_image_toc.py:

View File

@@ -105,6 +105,7 @@ def musicbrainz(discid):
#import musicbrainz2.disc as mbdisc
import musicbrainz2.webservice as mbws
results = []
# Setup a Query object.
service = mbws.WebService()