Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowe committed Jan 25, 2023
1 parent 26fd556 commit 8f17150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jupyter_rstudio_singularity/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ def main(


def app():
typer.run(cli())
typer.run(main())


if __name__ == "__main__":
sys.exit(app) # pragma: no cover
typer.run(main()) # pragma: no cover

0 comments on commit 8f17150

Please sign in to comment.