Skip to content

Commit fc3f69e

Browse files
author
Guillaume Lemaitre
committed
solve issue
1 parent 305025b commit fc3f69e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build_tools/travis/flake8_diff.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,8 @@ echo '--------------------------------------------------------------------------
120120
# uses git 1.8.
121121
# We need the following command to exit with 0 hence the echo in case
122122
# there is no match
123-
MODIFIED_FILES="$(git diff --name-only $COMMIT_RANGE | grep -v 'doc'
124-
|| echo "no_match")"
125-
123+
MODIFIED_FILES="$(git diff --name-only $COMMIT_RANGE | grep -v 'doc' \
124+
|| echo "no_match")"
126125
check_files() {
127126
files="$1"
128127
options="$2"

0 commit comments

Comments
 (0)