This commit is contained in:
Nuno Campos
2024-12-04 15:13:55 -08:00
parent b4b3ac6f57
commit df70e91dae
+1 -1
View File
@@ -73,7 +73,7 @@ def map_command(
if cmd.graph == Command.PARENT:
raise InvalidUpdateError("There is not parent graph")
if cmd.goto:
if isinstance(cmd.send, (tuple, list)):
if isinstance(cmd.goto, (tuple, list)):
sends = cmd.goto
else:
sends = [cmd.goto]