DatalogiForAlle / AgentsPy

Agent-based simulation for education in Python
GNU General Public License v3.0
5 stars 0 forks source link

SystemExit: 0 error on window close #129

Open dybber opened 3 years ago

dybber commented 3 years ago

This error occurs everytime you close a window, I'm not sure why


  File "/Users/dpr964/mu_code/epidemi_workshop/epidemi.py", line 64, in <module>
    run(epidemi_model)
  File "/Users/dpr964/Library/Application Support/mu/mu_venv/lib/python3.8/site-packages/agents/ui.py", line 728, in run
    sys.exit(0)
SystemExit: 0```