Skip to content

Commit 77a23bf

Browse files
committed
Python 3 compatibility
1 parent 8e86e9c commit 77a23bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/test-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ HADOOP_PROFILES=(
4242

4343
# See http://stackoverflow.com/a/3545363 for an explanation of this one-liner:
4444
OLD_VERSION=$($MVN help:evaluate -Dexpression=project.version|grep -Ev '(^\[|Download\w+:)')
45-
TEMP_VERSION="spark-$(python -S -c "import random; print random.randrange(100000, 999999)")"
45+
TEMP_VERSION="spark-$(python -S -c "import random; print(random.randrange(100000, 999999))")"
4646

4747
function reset_version {
4848
# Delete the temporary POMs that we wrote to the local Maven repo:

0 commit comments

Comments
 (0)