Skip to content

Commit

Permalink
main is required
Browse files Browse the repository at this point in the history
  • Loading branch information
valerytschopp committed Aug 10, 2017
1 parent 0b0aed4 commit e1b3580
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions files/SWITCHengines-images-uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,3 +336,7 @@ def glance_rename_and_set_private(glance, image, new_name, new_description):
return 1

return 0


if __name__ == "__main__":
sys.exit(main())

0 comments on commit e1b3580

Please sign in to comment.