Skip to content

Commit f3850b5

Browse files
committed
pep8 fix
1 parent fbc20c7 commit f3850b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ec2/spark_ec2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ def get_num_disks(instance_type):
731731
# cluster (e.g. lists of masters and slaves). Files are only deployed to
732732
# the first master instance in the cluster, and we expect the setup
733733
# script to be run on that instance to copy them to other nodes.
734-
#
734+
#
735735
# root_dir should be an absolute path to the directory with the files we want to deploy.
736736
def deploy_files(conn, root_dir, opts, master_nodes, slave_nodes, modules):
737737
active_master = master_nodes[0].public_dns_name

0 commit comments

Comments
 (0)