http://code.google.com/p/twill/issues/detail?id=32
Could you give me some sample code that you think should work?
thanks!
--titus
On Fri, Apr 18, 2008 at 09:43:03AM -0700, eric vonb wrote:
-> Oh that's great! If this gets fixed will argparse be able to pass it's
-> arguments to the nested twill script?
-> Regards,
-> ~eric
->
-> On Fri, Apr 18, 2008 at 12:18 AM, Titus Brown <ti...@caltech.edu> wrote:
->
-> > On Mon, Apr 14, 2008 at 10:34:54AM -0700, eric vonb wrote:
-> > -> I made two examples here. One has the find in the second script and one
-> > has
-> > -> the find in the first script. I'd expect at least the second one to
-> > work but
-> > -> it did the same thing and dies at the first assertion raised by the
-> > "find".
-> >
-> > Ahh! Nested. Yes, I saw that problem when I looked at the code in
-> > response to your e-mail; glad it's not something trickier to fix :).
-> > I'm just not passing the correct parameters around. I'll fix that.
-> >
-> > thanks,
-> > --titus
-> >
--
C. Titus Brown, c...@msu.edu
On Fri, Apr 18, 2008 at 10:14:27AM -0700, eric vonb wrote:
-> Yeah, it won't pass any arguments to the script csv_iterate calls either.
-> ~e
->
-> On Fri, Apr 18, 2008 at 9:56 AM, Titus Brown <ti...@caltech.edu> wrote:
->
-> > On Fri, Apr 18, 2008 at 09:43:03AM -0700, eric vonb wrote:
-> > -> Oh that's great! If this gets fixed will argparse be able to pass it's
-> > -> arguments to the nested twill script?
-> >
-> > Hmm, does that not currently work, either? That's a bug too.
-> >
-> > --t