I am a little surprised that Python's "eval" isn't line-ending agnostic. This thread http://mail.python.org/pipermail/pythonmac-sig/2004-September/011638.html suggests it doesn't like \r even on Windows and offers a simple workaround when reading the file: '\n'.join(s.splitlines())
On Thu, Aug 6, 2009 at 9:28 PM, Bradley Nelson<[email protected]> wrote: > Yes Mohamed, please do. Which files had the dos line endings? > We should really add a presubmit check... > -BradN > > On Thu, Aug 6, 2009 at 9:22 PM, Mohamed Mansour <[email protected]> > wrote: >> >> Ah thank you Dan! It worked! I guess I should commit the line ending then? >> -- Mohamed Mansour >> >> >> On Fri, Aug 7, 2009 at 12:17 AM, Dan Kegel <[email protected]> wrote: >>> >>> Please check to make sure the python scripts have UNIX >>> line endings, not DOS ones. >> >> >> > > > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
