From 5aa273b3198850301a7a2927e07c5ccabab6b08a Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Sat, 15 Apr 2017 11:46:28 -0500 Subject: Fix flake8 changed files detection (#3855) --- lib/spack/spack/cmd/flake8.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/spack/spack/cmd/flake8.py b/lib/spack/spack/cmd/flake8.py index a6dc941190..546a27c765 100644 --- a/lib/spack/spack/cmd/flake8.py +++ b/lib/spack/spack/cmd/flake8.py @@ -88,7 +88,7 @@ def changed_files(): git_args = [ # Add changed files committed since branching off of develop - ['diff', '--name-only', '--diff-filter=ACMR', 'develop'], + ['diff', '--name-only', '--diff-filter=ACMR', 'develop...'], # Add changed files that have been staged but not yet committed ['diff', '--name-only', '--diff-filter=ACMR', '--cached'], # Add changed files that are unstaged -- cgit v1.2.3-60-g2f50