From 0c4d6ad87389286280209b3f84a7fdc4d4be1441 Mon Sep 17 00:00:00 2001 From: Reynold Xin <rxin@databricks.com> Date: Sat, 19 Dec 2015 16:55:25 -0800 Subject: [PATCH] HOTFIX for the previous hot fix. --- dev/run-tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/run-tests.py b/dev/run-tests.py index 20d493ca8b..2d4e04c468 100755 --- a/dev/run-tests.py +++ b/dev/run-tests.py @@ -529,6 +529,7 @@ def main(): run_scala_style_checks() if not changed_files or any(f.endswith(".java") for f in changed_files): # run_java_style_checks() + pass if not changed_files or any(f.endswith(".py") for f in changed_files): run_python_style_checks() if not changed_files or any(f.endswith(".R") for f in changed_files): -- GitLab