From: W. Trevor King Date: Thu, 19 Aug 2010 19:16:48 +0000 (-0400) Subject: 'new playlist' now puts the new playlist into outqueue (see fafab694b2dc) X-Git-Url: http://git.tremily.us/?p=hooke.git;a=commitdiff_plain;h=ae47ed4b74a629ebd0d812ded07cb7b16c0fca91 'new playlist' now puts the new playlist into outqueue (see fafab694b2dc) --- diff --git a/hooke/plugin/playlists.py b/hooke/plugin/playlists.py index df80999..e047cb8 100644 --- a/hooke/plugin/playlists.py +++ b/hooke/plugin/playlists.py @@ -120,3 +120,4 @@ Default filename for future saves. path=params['file'], ) self._set_playlist(hooke, params, p) + outqueue.put(p) diff --git a/test/note.py b/test/note.py index ccff85d..040e20f 100644 --- a/test/note.py +++ b/test/note.py @@ -22,6 +22,7 @@ >>> r = HookeRunner() >>> h = r.run_lines(h, ['new_playlist --output_playlist mylist']) + Success >>> h = r.run_lines(h, ['glob_curves_to_playlist test/data/vclamp_picoforce/*']