On Wed, Jul 19, 2017 at 12:16 PM, vitalije <[email protected]> wrote:
> Edward it seems that you have picked wrong version of my example file
> (which I published by mistake, and later re-uploaded).
> The mistake was in check_all_files_read_ok. Here is corrected version:
>
​Thanks for this. I got even more errors.
Tracing revealed that the problem stemmed from '\r' characters in p.b. The
fix was to add this statement:
src = src.replace('\r','')
after this statement in check_all_files_read_ok:
src = g.readFileIntoUnicodeString(fname)
Now everything passes for me.
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.