'new playlist' now puts the new playlist into outqueue (see fafab694b2dc)
authorW. Trevor King <wking@drexel.edu>
Thu, 19 Aug 2010 19:16:48 +0000 (15:16 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 19 Aug 2010 19:16:48 +0000 (15:16 -0400)
hooke/plugin/playlists.py
test/note.py

index df8099982b408cdd41990da85a94fc5a0e74d574..e047cb881e5ef1abe2feeba620838871f74c8a05 100644 (file)
@@ -120,3 +120,4 @@ Default filename for future saves.
             path=params['file'],
             )
         self._set_playlist(hooke, params, p)
+        outqueue.put(p)
index ccff85dc6ec7d2eb374bae7b4f799bb3b72d68aa..040e20ffdae5fb8b6b584cb91d7950696c9b6d26 100644 (file)
@@ -22,6 +22,7 @@
 >>> r = HookeRunner()
 
 >>> h = r.run_lines(h, ['new_playlist --output_playlist mylist'])
+<FilePlaylist mylist>
 Success
 <BLANKLINE>
 >>> h = r.run_lines(h, ['glob_curves_to_playlist test/data/vclamp_picoforce/*']