We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf696bf + ce1b226 commit a73dec0Copy full SHA for a73dec0
.travis/stage_script.sh
@@ -7,7 +7,7 @@ if [ "$RUN_PYLINT" ]; then
7
.travis/check_pylint_diff
8
EXIT_CODE=$?
9
echo "Lint check returned ${EXIT_CODE}"
10
- exit ${EXIT_CODE}
+ return ${EXIT_CODE}
11
fi
12
13
cd "$ORANGE_DIR"
0 commit comments