Skip to content

Commit 35963a1

Browse files
committed
Revert "SPARK-3608 Break if the instance tag naming succeeds"
This reverts commit 78d4220.
1 parent 0fe54cf commit 35963a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ec2/spark_ec2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,6 @@ def tag_instance(instance, name):
503503
for i in range(0, 5):
504504
try:
505505
instance.add_tag(key='Name', value=name)
506-
break
507506
except:
508507
print "Failed attempt %i of 5 to tag %s" % ((i + 1), name)
509508
if i == 5:

0 commit comments

Comments
 (0)