-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fail if python script not found; run from any dir
If the script was run from anywhere other than the directory above hack, the python script could not be found, however since the error code was ignored, this would pass. Finding files and ignoring failed files was being done in one line. We wanted to ignore errors from grep, however this has the side effect of ignoring errors from the python script, e.g. if this script is run from an unexpected directory and the python script is not found. Lastly, filtering of dirs was being done in both `boilerplate.sh` and `boilerplate.py` so now it will just be done in `boilerplate.sh`.
- Loading branch information
1 parent
e6f37af
commit 1e07669
Showing
2 changed files
with
16 additions
and
22 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