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<bradnel...@google.com> 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 <m0.interact...@gmail.com>
> 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 <d...@kegel.com> wrote:
>>>
>>> Please check to make sure the python scripts have UNIX
>>> line endings, not DOS ones.
>>
>>
>>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to