-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change shebang and call to cpplint.py to use python2, not "python"
- Not compatible with Python 3, see #169. Follow PEP 394 and reserve "python" for scripts that are compatible with both Py2 and Py3. - Remove artificial C++ style error in field.hpp - This is the first change from upstream cpplint.py google/styleguide@1b206ee Calling "python -u" in cpplint_athena.sh has fixed the previously jumbled stdout and stderr from cpplint.py calls to sys.stdout.write() and sys.stderr.write() in the Jenkins log. However, unbuffered writes may have been an issue with regression test crashes in macOS and on Travis CI (see #47), but it was most likely a red herring due to the known O_NONBLOCK bug in MPICH's mpirun(). Monitor this. See if Jenkins log now contains pure output from git ls-tree command.
- Loading branch information
Showing
3 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters