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
Running for instance several times examples/voronoi.py
File "src/asciterm.py", line 134, in <module>
run()
File "src/asciterm.py", line 130, in run
return cmd.run(args)
File "src/asciterm.py", line 65, in run
terminal.run()
File "/g/i/asciterm/src/asciterm_glumpy.py", line 58, in run
app.__backend__.process(0.05)
File "/usr/local/lib/python3.8/dist-packages/glumpy/app/window/backends/backend_qt5.py", line 409, in process
window.dispatch_event('on_draw', dt)
File "/usr/local/lib/python3.8/dist-packages/glumpy/app/window/event.py", line 386, in dispatch_event
if handler(*args):
File "/g/i/asciterm/src/asciterm_glumpy.py", line 83, in on_draw
self.draw(event)
File "/g/i/asciterm/src/asciterm_generic.py", line 282, in draw
self.vt.progman.draw(mouse=self.mouse)
File "/g/i/asciterm/src/progman.py", line 194, in draw
for internal_id, prog_wrap in self.prog_wraps.items():
RuntimeError: dictionary changed size during iteration
The text was updated successfully, but these errors were encountered:
Running for instance several times examples/voronoi.py
The text was updated successfully, but these errors were encountered: