Remove unnecessary contribute.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/6fa1d95f Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/6fa1d95f Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/6fa1d95f Branch: refs/heads/trunk Commit: 6fa1d95fa3f711878eb3a19e2c5ceda4c14cb890 Parents: 9f02b0c Author: Tomaz Muraus <[email protected]> Authored: Sat Oct 26 12:45:45 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Sat Oct 26 12:45:45 2013 +0200 ---------------------------------------------------------------------- contrib/pre-commit.sh | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/6fa1d95f/contrib/pre-commit.sh ---------------------------------------------------------------------- diff --git a/contrib/pre-commit.sh b/contrib/pre-commit.sh index 5fdba09..2a65aac 100755 --- a/contrib/pre-commit.sh +++ b/contrib/pre-commit.sh @@ -23,7 +23,6 @@ for file in "${array[@]}" do if [[ ${file} =~ "libcloud/test/" ]]; then flake8 --max-line-length=160 ${file} - continue else flake8 ${file} fi
