You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ sudo ./venv.d/ampt-generator/bin/ampt-server
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
^CError in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/local/Cellar/python3/3.6.2/Frameworks/Python.framework/Versions/3.6/lib/python3.6/multiprocessing/popen_fork.py", line 29, in poll
pid, sts = os.waitpid(self.pid, flag)
KeyboardInterrupt
A couple of exception handlers for KeyboardInterrupt have improved the situation, but need to figure out how to address a keyboard interrupt causing a messy looking traceback on exit.
A couple of exception handlers for
KeyboardInterrupt
have improved the situation, but need to figure out how to address a keyboard interrupt causing a messy looking traceback on exit.Possible resources:
The text was updated successfully, but these errors were encountered: