On Mon, Jan 27, 2020 at 1:22 AM 'tfer' via leo-editor wrote:
> the import should be under the effect of a "@tabwidth 2" directive,
which actually was hard to have happen.
I do see an import failure with @tabwidth 2. I did so as follows:
dir_ = r'C:\leo.repo\reveal.js\js'
c.tab_width = 2
try:
c.recursiveImport(
dir_ = dir_,
kind = '@clean',
recursive = True,
safe_at_file = True,
theTypes = ['.js',],
)
finally:
c.tab_width = -4
I see the same message as you reported. This should be enough to fix the
problem.
Edward
--
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/a5e50dab-0bf4-42a2-b631-c34ae5618327%40googlegroups.com.