Latest version of Leo:  commit = 014cfd569ad8

If you do vim-open-node on two different nodes, the first opens without a
problem.  Trying to open the second node produces the following error:

unexpected exception in c.openWith
Traceback (most recent call last):
  File "c:\users\szatz\leo-editor\leo\core\leoApp.py", line 136, in
open_with
    fn = efc.open_with_helper(c,d,p)
  File "c:\users\szatz\leo-editor\leo\core\leoApp.py", line 251, in
open_with_helper
    return efc.create_temp_file(c,d,p)
  File "c:\users\szatz\leo-editor\leo\core\leoApp.py", line 261, in
create_temp_file
    path = efc.temp_file_path(c,p,ext)
  File "c:\users\szatz\leo-editor\leo\core\leoApp.py", line 529, in
temp_file_path
    path = efc.legacy_file_name(c,p,ext)
  File "c:\users\szatz\leo-editor\leo\core\leoApp.py", line 586, in
legacy_file_name
    name = g.sanitize_filename(p.h) + '_' + str(id(p.v)) + ext
TypeError: Can't convert 'NoneType' object to str implicitly

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to