Closed lpsinger closed 5 years ago
There are a lot of calls to sys.exit() in module code. This runs the risk of terminating long-running processes such as Flask web applications or Celery workers that make use of gwemopt. Please remove all calls to sys.exit().
sys.exit()
Fixed.
There are a lot of calls to
sys.exit()
in module code. This runs the risk of terminating long-running processes such as Flask web applications or Celery workers that make use of gwemopt. Please remove all calls tosys.exit()
.