Skip to content

Commit

Permalink
fix(cli): Don't run twice from CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob-Stevens-Haas committed Jan 22, 2024
1 parent 2b8babd commit 0326aef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mitosis/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,5 @@ def main() -> None:
run(**kwargs)


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

0 comments on commit 0326aef

Please sign in to comment.