Actually set self.path in hooke.playlist.FilePlaylist.set_path
authorW. Trevor King <wking@drexel.edu>
Thu, 13 May 2010 11:33:08 +0000 (07:33 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 13 May 2010 11:33:08 +0000 (07:33 -0400)
hooke/playlist.py

index 7e76c937a7ab5a0d2e974f6ec3768548b5a0e94c..b073387bf9a7eb5336ba585d3c629eb62747cc89 100644 (file)
@@ -83,6 +83,7 @@ class FilePlaylist (Playlist):
         if path != None:
             if not path.endswith('.hkp'):
                 path += '.hkp'
+            self.path = path
             if self.name == None:
                 name = os.path.basename(path)