From ae47ed4b74a629ebd0d812ded07cb7b16c0fca91 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 19 Aug 2010 15:16:48 -0400 Subject: [PATCH] 'new playlist' now puts the new playlist into outqueue (see fafab694b2dc) --- hooke/plugin/playlists.py | 1 + test/note.py | 1 + 2 files changed, 2 insertions(+) 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/*'] -- 2.26.2