aboutsummaryrefslogtreecommitdiff
path: root/ec2/spark_ec2.py
diff options
context:
space:
mode:
Diffstat (limited to 'ec2/spark_ec2.py')
-rwxr-xr-xec2/spark_ec2.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ec2/spark_ec2.py b/ec2/spark_ec2.py
index 8582d434a8..dd0c12d259 100755
--- a/ec2/spark_ec2.py
+++ b/ec2/spark_ec2.py
@@ -1153,8 +1153,8 @@ def ssh(host, opts, command):
# If this was an ssh failure, provide the user with hints.
if e.returncode == 255:
raise UsageError(
- "Failed to SSH to remote host {0}.\n" +
- "Please check that you have provided the correct --identity-file and " +
+ "Failed to SSH to remote host {0}.\n"
+ "Please check that you have provided the correct --identity-file and "
"--key-pair parameters and try again.".format(host))
else:
raise e