Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
Don't guard main(): it's a script
Browse files Browse the repository at this point in the history
  • Loading branch information
jml committed Aug 15, 2016
1 parent 7427eb7 commit f119cd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compare-images
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,4 @@ environment, and show how the code in SOURCE differs from TARGET.
source_env_path, target_env_path)


if __name__ == '__main__':
main()
main()

0 comments on commit f119cd4

Please sign in to comment.