You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by Qiang Zhang <zh...@zte.com.cn> on 2016/11/15 02:29:49 UTC

Re: Review Request 52908: build failure in windows SyntaxError: invalid syntax

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52908/#review155878
-----------------------------------------------------------


Ship it!




Ship It!

- Qiang Zhang


On \u5341\u6708 15, 2016, 9:52 a.m., Qiang Zhang wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/52908/
> -----------------------------------------------------------
> 
> (Updated \u5341\u6708 15, 2016, 9:52 a.m.)
> 
> 
> Review request for atlas.
> 
> 
> Bugs: https://issues.apache.org/jira/browse/ATLAS-1221
>     https://issues.apache.org/jira/browse/https://issues.apache.org/jira/browse/ATLAS-1221
> 
> 
> Repository: atlas
> 
> 
> Description
> -------
> 
> build failure in windows SyntaxError: invalid syntax The solution:
> then i find in incubator-atlas-eclipse\distro\bin\src\bin directoty
> i Modify atlas_config.py
> line135 Modify except OSError , e: to except OSError as e:
> You can look at the test code here https://github.com/zhangqiang2/incubator-atlas/blob/master/distro/src/bin/atlas_config.py
> 
> 
> Diffs
> -----
> 
>   distro/src/bin/atlas_config.py 91c7756a0d9e0331a5d0c4054a4e08a93d5a5043 
> 
> Diff: https://reviews.apache.org/r/52908/diff/
> 
> 
> Testing
> -------
> 
> after modify i build test sucess
> 
> 
> Thanks,
> 
> Qiang Zhang
> 
>