-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
getTracks fails with the following error:
ERROR: testTracks (main.PyLyricsTest)
Traceback (most recent call last):
File "tests.py", line 17, in testTracks
self.assertIsInstance(albums[0].tracks(),list)
File "/Users/cici/Downloads/PyLyrics-1.1.0/PyLyrics/functions.py", line 38, in tracks
return PyLyrics.getTracks(self)
File "/Users/cici/Downloads/PyLyrics-1.1.0/PyLyrics/functions.py", line 69, in getTracks
songs =[Track(song.text,album,album.artist()) for song in currentAlbum.findNext('songs').findAll('item')]
UnboundLocalError: local variable 'currentAlbum' referenced before assignment
Metadata
Metadata
Assignees
Labels
No labels