[ALOY-186] 'CalledProcessError' object has no attribute 'output' on build
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Resolved |
| Resolution | Fixed |
| Resolution Date | 2012-08-17T12:05:35.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Titanium SDK |
| Labels | n/a |
| Reporter | Tony Lukasavage |
| Assignee | Russell McMahon |
| Created | 2012-08-17T10:45:59.000+0000 |
| Updated | 2014-06-18T22:42:42.000+0000 |
Description
full bug log
http://pastie.org/private/t8ouxy9tr307ebiuxvfriqSolution
Need to make sure that the returned exception object actually has anoutput object. I believe this is specific to Python 2.6.x
No comments