Whoops! I should not have removed this return, it is required.

This commit is contained in:
Daniel Johnson 2023-12-17 13:23:38 -05:00
parent 0eef634bbf
commit d813b3390e

View file

@ -252,6 +252,7 @@ class ScriptInterpreter(GObject.Object, CommandsMixin):
"""Install required runners for a game"""
if self.runners_to_install:
self.install_runner(self.runners_to_install.pop(0), ui_delegate)
return # install_runner calls back into this method to get the next one
self.emit("runners-installed")