diff --git a/jupyter_forward/core.py b/jupyter_forward/core.py index d1c8d5f..51b9f8b 100644 --- a/jupyter_forward/core.py +++ b/jupyter_forward/core.py @@ -252,7 +252,7 @@ def _conda_activate_cmd(self): console.print( '[bold red]:x: Could not activate environment. Ensure Conda or Mamba is installed.' ) - return None + sys.exit(1) def _parse_log_file(self): # wait for logfile to contain access info, then write it to screen