On Fri, Aug 7, 2015 at 2:18 PM, 'Terry Brown' via leo-editor <
leo-editor@googlegroups.com> wrote:

Ok, I've pushed what I've got.  I checked the unit tests and they
> seemed unchanged.  It seems to work in py3 as well as py2.
>

​Thanks for this.  When I ran the unit tests I got the following
(unrelated) complaint about the recently-changed valuespace plugin:

----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\leo.repo\leo-editor\leo\core\leoTest.py", line 344, in runTest
    exec(compile(script, scriptFile, 'exec'), d)
  File "C:\leo.repo\leo-editor\leo\test\scriptFile.py", line 20, in <module>
    assert arg0 in expected or arg1 in expected,message
AssertionError:
no event arg for command vs-eval, func: vs_eval
args: ArgSpec(args=['kwargs'], varargs=None, keywords=None, defaults=None)

So the complaint is that vs-eval (and several other commands) have a
"kwargs" argument instead of an "event" arg.

EKR

-- 
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 leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to