[TIMOB-7698] Tooling: Validate python.py fails on windows
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-02-28T09:31:37.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | Sprint 2012-04, Release 2.0.0 |
Components | Tooling |
Labels | n/a |
Reporter | Hieu Pham |
Assignee | Bill Dawson |
Created | 2012-02-16T16:50:36.000+0000 |
Updated | 2017-03-06T18:27:41.000+0000 |
Description
To Reproduce:
1. Scons, go to apidoc directory
2. "python validate.py"
Error: http://pastie.org/private/wl6q2wjan438edxecyzra
Windows command line can't handle the special color codes we put in the "pretty" output of validate.py, which is the default. I've changed so that the output is "simple" by default in Windows. Pull request: https://github.com/appcelerator/titanium_mobile/pull/1511
Closing ticket due to time passed.