* 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:
@@ -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:
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user