Hello Terry, Am Samstag, 20. April 2013 16:36:11 UTC+2 schrieb Terry: > > On Sat, 20 Apr 2013 01:15:58 -0700 (PDT) > Viktor Ransmayr <[email protected] <javascript:>> wrote: > > > *syntax error importing plugin: leo.plugins.quicksearch > > === modified file 'leo/plugins/threadutil.py' > --- leo/plugins/threadutil.py 2013-04-17 20:42:38 +0000 > +++ leo/plugins/threadutil.py 2013-04-20 14:33:35 +0000 > @@ -263,7 +263,7 @@ > > def leo_echo_cb(out, err, code, ent): > arg = ent['arg'] > - g.es("> " + arg[0] + " " + `arg[1:]` ) > + g.es("> " + arg[0] + " " + repr(arg[1:]) ) > if out: > > Should work now. > > Cheers -Terry >
I have updated to build 5733 and the syntax error is gone. Thanks a lot for the fix! With kind regards, Viktor -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
