On Thu, Nov 10, 2011 at 10:25 AM, Kent Tenney <[email protected]> wrote:
> The log shows the following for one file. The files are ones I don't have > write permission on, I suspect the problem is related to that. That should not be so. The "trial write" check gets done to a string, not to the file system. > error: @auto did not import @auto pkg.py perfectly > first mismatched line: 664 (original) = 664 (imported) Did you get an actual indication of what lines did not match? I'm not sure the present error reporting code is up to snuff. There may also be problems with the last trailing whitespace token not match. The previous code used a hack to make sure that didn't invalidate the import. I'm not sure what the status of the hack is for the new import code. Edward -- 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.
