Skip to content

Commit bd23e01

Browse files
committed
Newline
1 parent 643cafc commit bd23e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/run-tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ def run_individual_python_test(target_dir, test_name, pyspark_python):
9292
"--conf", "spark.executor.extraJavaOptions=-Djava.io.tmpdir={0}".format(tmp_dir),
9393
"pyspark-shell"
9494
]
95-
9695
env["PYSPARK_SUBMIT_ARGS"] = " ".join(spark_args)
96+
9797
LOGGER.info("Starting test(%s): %s", pyspark_python, test_name)
9898
start_time = time.time()
9999
try:

0 commit comments

Comments
 (0)