Skip to content

Commit

Permalink
Add if name==main block
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolan Woods committed Jul 18, 2019
1 parent a19dcdf commit 1e2f067
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion biopython_convert/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
def main():
convert(*get_args(sys.argv[1:]))

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

0 comments on commit 1e2f067

Please sign in to comment.