> not found: /home/tom/.leo/d:/test/jython/unicode/punct_py.py > not found: /home/tom/.leo/d:/test/jython/unicode/punct_jy.py > not found: /home/tom/.leo/d:/test/jython/unicode/unicode_fail.py >
Looks like a two path portions are being incorrectly put together. Perhaps my recent discovery <https://github.com/leo-editor/leo-editor/issues/1443> of Path Expressions <https://leoeditor.com/directives.html#path-expressions>will help: The proper way is to use {{ and }} to specify the expression: > > @path {{g.os_path_join(g.app.loadDir, '../../tools/webroot')}} > > ... not found: '@auto testconfig.ini' > not found: '@auto readconfig.py > I've no insight here, but wouldn't be surprised if it's a knock on effect from the previous. -matt -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/898a172d-016e-46c5-b2f8-9b01c15cabdf%40googlegroups.com.
