Changeset 406


Ignore:
Timestamp:
23-05-10 20:29:08 (3 years ago)
Author:
thomas
Message:
  • morituri/common/program.py: Set results by default so that it is set even if we get an exception getting them. Fixes #35.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r405 r406  
     12010-05-23  Thomas Vander Stichele  <thomas at apestaart dot org> 
     2 
     3        * morituri/common/program.py: 
     4          Set results by default so that it is set even if we get an 
     5          exception getting them. 
     6          Fixes #35. 
     7 
    182010-04-25  Thomas Vander Stichele  <thomas at apestaart dot org> 
    29 
  • trunk/morituri/common/program.py

    r394 r406  
    106106    import musicbrainz2.webservice as mbws 
    107107 
     108    results = [] 
    108109 
    109110    # Setup a Query object. 
Note: See TracChangeset for help on using the changeset viewer.