Skip to content

Commit

Permalink
replace print with write()
Browse files Browse the repository at this point in the history
  • Loading branch information
nchammas committed Sep 10, 2014
1 parent bb67c06 commit 26c5ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ec2/spark_ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ def wait_for_cluster_state(cluster_instances, cluster_state, opts):
sys.stdout.flush()
time.sleep(3)

print "" # so that next line of output starts on new line
sys.stdout.write("\n")


# Get number of local disks available for a given EC2 instance type.
Expand Down

0 comments on commit 26c5ed0

Please sign in to comment.