aboutsummaryrefslogtreecommitdiff
path: root/ec2
diff options
context:
space:
mode:
Diffstat (limited to 'ec2')
-rwxr-xr-xec2/spark_ec2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ec2/spark_ec2.py b/ec2/spark_ec2.py
index db393748a3..0f6d5a1fa8 100755
--- a/ec2/spark_ec2.py
+++ b/ec2/spark_ec2.py
@@ -814,6 +814,7 @@ def main():
real_main()
except UsageError, e:
print >> stderr, "\nError:\n", e
+ sys.exit(1)
if __name__ == "__main__":