Here's one more useful (for me at least) improvement:

I've added one more debug line to the script after the main loop that
iterates over nodes. Now it looks like

--- cut here ---

for p in c.allNodes_iter():
    if p.isAnyAtFileNode():
        clean_file(p)

g.es_print('All files written.', color = 'blue')

--- cut here ---

The reason for this is that saving many files requires some time and
it's not very handy to track script execution by looking at the CPU
load average :-)
This way I see the blue line in the log panel and I know that all
clean files are updated.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to