Skip to content

Commit

Permalink
return value 0 on success
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarjog committed May 18, 2016
1 parent eaed7d1 commit c3f119a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions genhosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def main(argv):
session = Session(profile_name=args.profile, region_name=args.region)
elb = session.client("elb")
genallhosts(elb, args)
return 0


if __name__ == "__main__":
Expand Down

0 comments on commit c3f119a

Please sign in to comment.