Skip to content

Commit f9deba1

Browse files
author
Brennon York
committed
python to python2 and removed newline
1 parent 6d0a052 commit f9deba1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dev/run-tests.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22

33
#
44
# Licensed to the Apache Software Foundation (ASF) under one or more
@@ -24,8 +24,7 @@
2424
import subprocess
2525
from collections import namedtuple
2626

27-
SPARK_PROJ_ROOT = \
28-
os.path.join(os.path.dirname(os.path.realpath(__file__)), "..")
27+
SPARK_PROJ_ROOT = os.path.join(os.path.dirname(os.path.realpath(__file__)), "..")
2928
USER_HOME_DIR = os.environ.get("HOME")
3029

3130
SBT_MAVEN_PROFILE_ARGS_ENV = "SBT_MAVEN_PROFILES_ARGS"

0 commit comments

Comments
 (0)